Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h2053 CXCursor_PreprocessingDirective = 500, enumerator
2058 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXCursor.cpp1024 CXCursor_PreprocessingDirective, in MakePreprocessingDirectiveCursor()
1031 assert(C.kind == CXCursor_PreprocessingDirective); in getCursorPreprocessingDirective()
H A DCIndex.cpp5754 case CXCursor_PreprocessingDirective: in clang_getCursorKindSpelling()
6316 if (C.kind == CXCursor_PreprocessingDirective) { in clang_getCursorLocation()
6449 if (C.kind == CXCursor_PreprocessingDirective) in getRawCursorExtent()