Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXCursor.h110 CXCursor MakeCursorNamespaceRef(const NamedDecl *NS, SourceLocation Loc,
H A DIndexingContext.cpp1138 return MakeCursorNamespaceRef(Namespace, Loc, CXTU); in getRefCursor()
1140 return MakeCursorNamespaceRef(Namespace, Loc, CXTU); in getRefCursor()
H A DCIndex.cpp1151 return Visit(MakeCursorNamespaceRef(D->getAliasedNamespace(), in VisitNamespaceAliasDecl()
1174 return Visit(MakeCursorNamespaceRef(D->getNominatedNamespaceAsWritten(), in VisitUsingDirectiveDecl()
1238 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), Range.getBegin(), in VisitNestedNameSpecifier()
1242 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespaceAlias(), in VisitNestedNameSpecifier()
1281 if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), in VisitNestedNameSpecifierLoc()
1289 if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespaceAlias(), in VisitNestedNameSpecifierLoc()
H A DCXCursor.cpp674 CXCursor cxcursor::MakeCursorNamespaceRef(const NamedDecl *NS, in MakeCursorNamespaceRef() function in cxcursor