Home
last modified time | relevance | path

Searched refs:getCursorLabelRef (Results 1 – 6 of 6) sorted by relevance

/external/clang/tools/libclang/
DCXCursor.h216 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
DCXCursor.cpp879 cxcursor::getCursorLabelRef(CXCursor C) { in getCursorLabelRef() function in cxcursor
DCIndex.cpp4169 const LabelStmt *Label = getCursorLabelRef(C).first; in clang_getCursorSpelling()
5207 std::pair<const LabelStmt *, SourceLocation> P = getCursorLabelRef(C); in clang_getCursorLocation()
5340 return getCursorLabelRef(C).second; in getRawCursorExtent()
5558 return MakeCXCursor(getCursorLabelRef(C).first, in clang_getCursorReferenced()
/external/llvm-project/clang/tools/libclang/
DCXCursor.h212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
DCXCursor.cpp1036 cxcursor::getCursorLabelRef(CXCursor C) { in getCursorLabelRef() function in cxcursor
DCIndex.cpp4634 const LabelStmt *Label = getCursorLabelRef(C).first; in clang_getCursorSpelling()
5982 std::pair<const LabelStmt *, SourceLocation> P = getCursorLabelRef(C); in clang_getCursorLocation()
6114 return getCursorLabelRef(C).second; in getRawCursorExtent()
6331 getCursorLabelRef(C).first, in clang_getCursorReferenced()