Searched refs:getCursorNamespaceRef (Results 1 – 3 of 3) sorted by relevance
115 std::pair<const NamedDecl *, SourceLocation> getCursorNamespaceRef(CXCursor C);
721 cxcursor::getCursorNamespaceRef(CXCursor C) { in getCursorNamespaceRef() function in cxcursor
3754 const NamedDecl *NS = getCursorNamespaceRef(C).first; in clang_getCursorSpelling()4814 std::pair<const NamedDecl *, SourceLocation> P = getCursorNamespaceRef(C); in clang_getCursorLocation()4966 return getCursorNamespaceRef(C).second; in getRawCursorExtent()5179 return MakeCXCursor(getCursorNamespaceRef(C).first, tu ); in clang_getCursorReferenced()