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

/external/clang/tools/libclang/
H A DCXCursor.h110 CXCursor MakeCursorNamespaceRef(const NamedDecl *NS, SourceLocation Loc,
H A DIndexingContext.cpp1138 return MakeCursorNamespaceRef(Namespace, Loc, CXTU);
1140 return MakeCursorNamespaceRef(Namespace, Loc, CXTU);
H A DCIndex.cpp1147 return Visit(MakeCursorNamespaceRef(D->getAliasedNamespace(),
1170 return Visit(MakeCursorNamespaceRef(D->getNominatedNamespaceAsWritten(),
1234 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), Range.getBegin(),
1238 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespaceAlias(),
1276 if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(),
1284 if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespaceAlias(),
H A DCXCursor.cpp632 CXCursor cxcursor::MakeCursorNamespaceRef(const NamedDecl *NS, function in class:cxcursor

Completed in 1458 milliseconds