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.cpp1137 return MakeCursorNamespaceRef(Namespace, Loc, CXTU);
1139 return MakeCursorNamespaceRef(Namespace, Loc, CXTU);
H A DCIndex.cpp1148 return Visit(MakeCursorNamespaceRef(D->getAliasedNamespace(),
1171 return Visit(MakeCursorNamespaceRef(D->getNominatedNamespaceAsWritten(),
1235 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), Range.getBegin(),
1239 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespaceAlias(),
1277 if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(),
1285 if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespaceAlias(),
H A DCXCursor.cpp600 CXCursor cxcursor::MakeCursorNamespaceRef(const NamedDecl *NS, function in class:cxcursor

Completed in 79 milliseconds