Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2364 CXCursor_PreprocessingDirective = 500, enumerator
2369 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
/external/clang/tools/libclang/
DCXCursor.cpp800 CXCursor C = { CXCursor_PreprocessingDirective, 0, in MakePreprocessingDirectiveCursor()
809 assert(C.kind == CXCursor_PreprocessingDirective); in getCursorPreprocessingDirective()
DCIndex.cpp4758 case CXCursor_PreprocessingDirective: in clang_getCursorKindSpelling()
5229 if (C.kind == CXCursor_PreprocessingDirective) { in clang_getCursorLocation()
5363 if (C.kind == CXCursor_PreprocessingDirective) in getRawCursorExtent()
/external/rust/crates/clang-sys/src/
Dlib.rs565 const CXCursor_PreprocessingDirective = 500, constant