Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.h141 SourceRange getCursorPreprocessingDirective(CXCursor C);
H A DCXCursor.cpp1023 SourceRange cxcursor::getCursorPreprocessingDirective(CXCursor C) { in getCursorPreprocessingDirective() function in cxcursor
H A DCIndex.cpp6283 SourceLocation L = cxcursor::getCursorPreprocessingDirective(C).getBegin(); in clang_getCursorLocation()
6416 return cxcursor::getCursorPreprocessingDirective(C); in getRawCursorExtent()