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

/external/clang/tools/libclang/
H A DCXCursor.h115 std::pair<const NamedDecl *, SourceLocation> getCursorNamespaceRef(CXCursor C);
H A DCXCursor.cpp644 cxcursor::getCursorNamespaceRef(CXCursor C) { function in class:cxcursor
H A DCIndex.cpp3408 const NamedDecl *NS = getCursorNamespaceRef(C).first;
4302 std::pair<const NamedDecl *, SourceLocation> P = getCursorNamespaceRef(C);
4454 return getCursorNamespaceRef(C).second;
4666 return MakeCXCursor(getCursorNamespaceRef(C).first, tu );

Completed in 291 milliseconds