Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.h115 std::pair<const NamedDecl *, SourceLocation> getCursorNamespaceRef(CXCursor C);
DCXCursor.cpp749 cxcursor::getCursorNamespaceRef(CXCursor C) { in getCursorNamespaceRef() function in cxcursor
DCIndex.cpp4155 const NamedDecl *NS = getCursorNamespaceRef(C).first; in clang_getCursorSpelling()
5179 std::pair<const NamedDecl *, SourceLocation> P = getCursorNamespaceRef(C); in clang_getCursorLocation()
5331 return getCursorNamespaceRef(C).second; in getRawCursorExtent()
5544 return MakeCXCursor(getCursorNamespaceRef(C).first, tu ); in clang_getCursorReferenced()