Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.h111 std::pair<const NamedDecl *, SourceLocation> getCursorNamespaceRef(CXCursor C);
H A DCXCursor.cpp964 cxcursor::getCursorNamespaceRef(CXCursor C) { in getCursorNamespaceRef() function in cxcursor
H A DCIndex.cpp4857 const NamedDecl *NS = getCursorNamespaceRef(C).first; in clang_getCursorSpelling()
6232 std::pair<const NamedDecl *, SourceLocation> P = getCursorNamespaceRef(C); in clang_getCursorLocation()
6383 return getCursorNamespaceRef(C).second; in getRawCursorExtent()
6595 return MakeCXCursor(getCursorNamespaceRef(C).first, tu); in clang_getCursorReferenced()