Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXCursor.h92 CXCursor MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc,
H A DCXCursor.cpp643 CXCursor cxcursor::MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc, in MakeCursorTypeRef() function in cxcursor
997 return MakeCursorTypeRef(Typedef->getDecl(), Loc, TU); in getTypeRefCursor()
999 return MakeCursorTypeRef(Tag->getDecl(), Loc, TU); in getTypeRefCursor()
1001 return MakeCursorTypeRef(TemplP->getDecl(), Loc, TU); in getTypeRefCursor()
H A DCIndex.cpp1251 return Visit(MakeCursorTypeRef(Typedef->getDecl(), Range.getBegin(), TU)); in VisitNestedNameSpecifier()
1253 return Visit(MakeCursorTypeRef(Tag->getDecl(), Range.getBegin(), TU)); in VisitNestedNameSpecifier()
1453 return Visit(MakeCursorTypeRef(Typedef->getDecl(), TL.getBuiltinLoc(), in VisitBuiltinTypeLoc()
1461 return Visit(MakeCursorTypeRef(TL.getTypedefNameDecl(), TL.getNameLoc(), TU)); in VisitTypedefTypeLoc()
1465 return Visit(MakeCursorTypeRef(TL.getDecl(), TL.getNameLoc(), TU)); in VisitUnresolvedUsingTypeLoc()
1472 return Visit(MakeCursorTypeRef(TL.getDecl(), TL.getNameLoc(), TU)); in VisitTagTypeLoc()
1476 return Visit(MakeCursorTypeRef(TL.getDecl(), TL.getNameLoc(), TU)); in VisitTemplateTypeParmTypeLoc()
1636 return Visit(MakeCursorTypeRef(TL.getDecl(), TL.getNameLoc(), TU)); in VisitInjectedClassNameTypeLoc()
2593 if (Visit(MakeCursorTypeRef(cast<TemplateTypeParmDecl>(Pack), in RunVisitorWorkList()
H A DIndexingContext.cpp1130 return MakeCursorTypeRef(TD, Loc, CXTU); in getRefCursor()