Searched refs:MakeCursorTypeRef (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXCursor.h | 88 CXCursor MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc,
|
H A D | CXCursor.cpp | 878 CXCursor cxcursor::MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc, in MakeCursorTypeRef() function in cxcursor 1224 return MakeCursorTypeRef(Typedef->getDecl(), Loc, TU); in getTypeRefCursor() 1226 return MakeCursorTypeRef(Tag->getDecl(), Loc, TU); in getTypeRefCursor() 1228 return MakeCursorTypeRef(TemplP->getDecl(), Loc, TU); in getTypeRefCursor()
|
H A D | CIndex.cpp | 1366 return Visit(MakeCursorTypeRef(Typedef->getDecl(), Range.getBegin(), TU)); in VisitNestedNameSpecifier() 1368 return Visit(MakeCursorTypeRef(Tag->getDecl(), Range.getBegin(), TU)); in VisitNestedNameSpecifier() 1577 MakeCursorTypeRef(Typedef->getDecl(), TL.getBuiltinLoc(), TU)); in VisitBuiltinTypeLoc() 1584 return Visit(MakeCursorTypeRef(TL.getTypedefNameDecl(), TL.getNameLoc(), TU)); in VisitTypedefTypeLoc() 1588 return Visit(MakeCursorTypeRef(TL.getDecl(), TL.getNameLoc(), TU)); in VisitUnresolvedUsingTypeLoc() 1595 return Visit(MakeCursorTypeRef(TL.getDecl(), TL.getNameLoc(), TU)); in VisitTagTypeLoc() 1599 return Visit(MakeCursorTypeRef(TL.getDecl(), TL.getNameLoc(), TU)); in VisitTemplateTypeParmTypeLoc() 1607 if (Visit(MakeCursorTypeRef(TL.getDecl(), TL.getBeginLoc(), TU))) in VisitObjCTypeParamTypeLoc() 1782 return Visit(MakeCursorTypeRef(TL.getDecl(), TL.getNameLoc(), TU)); in VisitInjectedClassNameTypeLoc() 3291 if (Visit(MakeCursorTypeRef(cast<TemplateTypeParmDecl>(Pack), in RunVisitorWorkList()
|
H A D | CXIndexDataConsumer.cpp | 1196 return MakeCursorTypeRef(TD, Loc, CXTU); in getRefCursor()
|