Home
last modified time | relevance | path

Searched refs:CXCursor_FirstPreprocessing (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h2716 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp6182 return K >= CXCursor_FirstPreprocessing && K <= CXCursor_LastPreprocessing; in clang_isPreprocessing()