Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h2653 CXCursor_PreprocessingDirective = 500, enumerator
2658 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp974 CXCursor_PreprocessingDirective, in MakePreprocessingDirectiveCursor()
981 assert(C.kind == CXCursor_PreprocessingDirective); in getCursorPreprocessingDirective()
H A DCIndex.cpp5522 case CXCursor_PreprocessingDirective: in clang_getCursorKindSpelling()
6056 if (C.kind == CXCursor_PreprocessingDirective) { in clang_getCursorLocation()
6189 if (C.kind == CXCursor_PreprocessingDirective) in getRawCursorExtent()