Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXCursor.h97 std::pair<const TypeDecl *, SourceLocation> getCursorTypeRef(CXCursor C);
H A DCXType.cpp193 QualType T = Context.getTypeDeclType(getCursorTypeRef(C).first); in clang_getCursorType()
H A DCXCursor.cpp652 cxcursor::getCursorTypeRef(CXCursor C) { in getCursorTypeRef() function in cxcursor
H A DCIndex.cpp3520 const TypeDecl *Type = getCursorTypeRef(C).first; in clang_getCursorSpelling()
4488 std::pair<const TypeDecl *, SourceLocation> P = getCursorTypeRef(C); in clang_getCursorLocation()
4645 return getCursorTypeRef(C).second; in getRawCursorExtent()
4857 return MakeCXCursor(getCursorTypeRef(C).first, tu ); in clang_getCursorReferenced()