Home
last modified time | relevance | path

Searched refs:CXCursor_LastPreprocessing (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang-c/
DIndex.h2370 CXCursor_LastPreprocessing = CXCursor_InclusionDirective, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h2639 CXCursor_LastPreprocessing = CXCursor_InclusionDirective, enumerator
/external/clang/tools/libclang/
DCIndex.cpp5127 return K >= CXCursor_FirstPreprocessing && K <= CXCursor_LastPreprocessing; in clang_isPreprocessing()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp5904 return K >= CXCursor_FirstPreprocessing && K <= CXCursor_LastPreprocessing; in clang_isPreprocessing()