Searched refs:getCursorNamespaceRef (Results 1 - 3 of 3) sorted by relevance

/external/clang/tools/libclang/
H A DCXCursor.h112 std::pair<NamedDecl *, SourceLocation> getCursorNamespaceRef(CXCursor C);
H A DCXCursor.cpp552 cxcursor::getCursorNamespaceRef(CXCursor C) { function in class:cxcursor
H A DCIndex.cpp3120 NamedDecl *NS = getCursorNamespaceRef(C).first;
3787 std::pair<NamedDecl *, SourceLocation> P = getCursorNamespaceRef(C);
3924 return getCursorNamespaceRef(C).second;
4111 return MakeCXCursor(getCursorNamespaceRef(C).first, tu );

Completed in 48 milliseconds