Home
last modified time | relevance | path

Searched refs:getCursorPreprocessingDirective (Results 1 – 3 of 3) 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()