HomeSort by: relevance | last modified time | path
    Searched refs:getCursorLabelRef (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.h 212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
CXCursor.cpp 1051 cxcursor::getCursorLabelRef(CXCursor C) {
CIndex.cpp 4675 const LabelStmt *Label = getCursorLabelRef(C).first;
6034 std::pair<const LabelStmt *, SourceLocation> P = getCursorLabelRef(C);
6166 return getCursorLabelRef(C).second;
6383 getCursorLabelRef(C).first,

Completed in 19 milliseconds