Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang-c/
H A DIndex.h2364 CXCursor_PreprocessingDirective = 500, enumerator
2369 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DIndex.h2215 CXCursor_PreprocessingDirective = 500, enumerator
2220 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DIndex.h2205 CXCursor_PreprocessingDirective = 500, enumerator
2210 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
/aosp_15_r20/external/clang/tools/libclang/
H A DCXCursor.cpp800 CXCursor C = { CXCursor_PreprocessingDirective, 0, in MakePreprocessingDirectiveCursor()
809 assert(C.kind == CXCursor_PreprocessingDirective); in getCursorPreprocessingDirective()
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DIndex.h2214 CXCursor_PreprocessingDirective = 500, enumerator
2219 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DIndex.h2214 CXCursor_PreprocessingDirective = 500, enumerator
2219 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs635 const CXCursor_PreprocessingDirective = 500, constant