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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.h 111 std::pair<const NamedDecl *, SourceLocation> getCursorNamespaceRef(CXCursor C);
CXCursor.cpp 921 cxcursor::getCursorNamespaceRef(CXCursor C) {
CIndex.cpp 4661 const NamedDecl *NS = getCursorNamespaceRef(C).first;
6006 std::pair<const NamedDecl *, SourceLocation> P = getCursorNamespaceRef(C);
6157 return getCursorNamespaceRef(C).second;
6369 return MakeCXCursor(getCursorNamespaceRef(C).first, tu);

Completed in 20 milliseconds