Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXCursor.h88 CXCursor MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc,
H A DCXCursor.cpp928 CXCursor cxcursor::MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc, in MakeCursorTypeRef() function in cxcursor
1274 return MakeCursorTypeRef(Typedef->getDecl(), Loc, TU); in getTypeRefCursor()
1276 return MakeCursorTypeRef(Tag->getDecl(), Loc, TU); in getTypeRefCursor()
1278 return MakeCursorTypeRef(TemplP->getDecl(), Loc, TU); in getTypeRefCursor()
H A DCIndex.cpp1441 return Visit(MakeCursorTypeRef(Typedef->getDecl(), Range.getBegin(), TU)); in VisitNestedNameSpecifier()
1443 return Visit(MakeCursorTypeRef(Tag->getDecl(), Range.getBegin(), TU)); in VisitNestedNameSpecifier()
1654 MakeCursorTypeRef(Typedef->getDecl(), TL.getBuiltinLoc(), TU)); in VisitBuiltinTypeLoc()
1661 return Visit(MakeCursorTypeRef(TL.getTypedefNameDecl(), TL.getNameLoc(), TU)); in VisitTypedefTypeLoc()
1665 return Visit(MakeCursorTypeRef(TL.getDecl(), TL.getNameLoc(), TU)); in VisitUnresolvedUsingTypeLoc()
1672 return Visit(MakeCursorTypeRef(TL.getDecl(), TL.getNameLoc(), TU)); in VisitTagTypeLoc()
1681 return Visit(MakeCursorTypeRef(TL.getDecl(), TL.getNameLoc(), TU)); in VisitTemplateTypeParmTypeLoc()
1689 if (Visit(MakeCursorTypeRef(TL.getDecl(), TL.getBeginLoc(), TU))) in VisitObjCTypeParamTypeLoc()
1753 return Visit(MakeCursorTypeRef(underlyingDecl, TL.getNameLoc(), TU)); in VisitUsingTypeLoc()
1876 return Visit(MakeCursorTypeRef(TL.getDecl(), TL.getNameLoc(), TU)); in VisitInjectedClassNameTypeLoc()
[all …]
H A DCXIndexDataConsumer.cpp1209 return MakeCursorTypeRef(TD, Loc, CXTU); in getRefCursor()