Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/tools/libclang/
H A DCXCursor.h145 SourceRange getCursorPreprocessingDirective(CXCursor C);
H A DCXCursor.cpp808 SourceRange cxcursor::getCursorPreprocessingDirective(CXCursor C) { in getCursorPreprocessingDirective() function in cxcursor
H A DCIndex.cpp5230 SourceLocation L = cxcursor::getCursorPreprocessingDirective(C).getBegin(); in clang_getCursorLocation()
5364 return cxcursor::getCursorPreprocessingDirective(C); in getRawCursorExtent()