reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/libclang/CXCursor.h
  109 CXCursor MakeCursorNamespaceRef(const NamedDecl *NS, SourceLocation Loc,

References

tools/clang/tools/libclang/CIndex.cpp
 1224   return Visit(MakeCursorNamespaceRef(D->getAliasedNamespace(), 
 1247   return Visit(MakeCursorNamespaceRef(D->getNominatedNamespaceAsWritten(),
 1332     return Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), Range.getBegin(),
 1336     return Visit(MakeCursorNamespaceRef(NNS->getAsNamespaceAlias(), 
 1375       if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), 
 1383       if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespaceAlias(), 
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
 1205     return MakeCursorNamespaceRef(Namespace, Loc, CXTU);
 1207     return MakeCursorNamespaceRef(Namespace, Loc, CXTU);