Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h2059 CXCursor_LastPreprocessing = CXCursor_InclusionDirective, enumerator
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp6216 return K >= CXCursor_FirstPreprocessing && K <= CXCursor_LastPreprocessing; in clang_isPreprocessing()