Home
last modified time | relevance | path

Searched refs:getCursorTypeRef (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.h93 std::pair<const TypeDecl *, SourceLocation> getCursorTypeRef(CXCursor C);
H A DCXType.cpp263 QualType T = Context.getTypeDeclType(getCursorTypeRef(C).first); in clang_getCursorType()
H A DCXCursor.cpp887 cxcursor::getCursorTypeRef(CXCursor C) { in getCursorTypeRef() function in cxcursor
H A DCIndex.cpp4647 const TypeDecl *Type = getCursorTypeRef(C).first;
5995 std::pair<const TypeDecl *, SourceLocation> P = getCursorTypeRef(C); in clang_getCursorLocation()
6151 return getCursorTypeRef(C).second; in getRawCursorExtent()
6363 return MakeCXCursor(getCursorTypeRef(C).first, tu); in clang_getCursorReferenced()