Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.h145 SourceRange getCursorPreprocessingDirective(CXCursor C);
DCXCursor.cpp808 SourceRange cxcursor::getCursorPreprocessingDirective(CXCursor C) { in getCursorPreprocessingDirective() function in cxcursor
DCIndex.cpp5230 SourceLocation L = cxcursor::getCursorPreprocessingDirective(C).getBegin(); in clang_getCursorLocation()
5364 return cxcursor::getCursorPreprocessingDirective(C); in getRawCursorExtent()
/external/llvm-project/clang/tools/libclang/
DCXCursor.h141 SourceRange getCursorPreprocessingDirective(CXCursor C);
DCXCursor.cpp965 SourceRange cxcursor::getCursorPreprocessingDirective(CXCursor C) { in getCursorPreprocessingDirective() function in cxcursor
DCIndex.cpp6005 SourceLocation L = cxcursor::getCursorPreprocessingDirective(C).getBegin(); in clang_getCursorLocation()
6138 return cxcursor::getCursorPreprocessingDirective(C); in getRawCursorExtent()