HomeSort by: relevance | last modified time | path
    Searched refs:CXCursor_NamespaceRef (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.cpp 916 CXCursor C = {CXCursor_NamespaceRef, 0, {NS, RawLoc, TU}};
922 assert(C.kind == CXCursor_NamespaceRef);
CXType.cpp 279 case CXCursor_NamespaceRef:
CIndex.cpp 4660 case CXCursor_NamespaceRef: {
5251 case CXCursor_NamespaceRef:
6005 case CXCursor_NamespaceRef: {
6156 case CXCursor_NamespaceRef:
6368 case CXCursor_NamespaceRef:
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 1831 CXCursor_NamespaceRef = 46,

Completed in 145 milliseconds