Searched refs:CXCursor_PreprocessingDirective (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/clang/include/clang-c/ |
H A D | Index.h | 2364 CXCursor_PreprocessingDirective = 500, enumerator 2369 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/ |
D | Index.h | 2215 CXCursor_PreprocessingDirective = 500, enumerator 2220 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/ |
D | Index.h | 2205 CXCursor_PreprocessingDirective = 500, enumerator 2210 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CXCursor.cpp | 800 CXCursor C = { CXCursor_PreprocessingDirective, 0, in MakePreprocessingDirectiveCursor() 809 assert(C.kind == CXCursor_PreprocessingDirective); in getCursorPreprocessingDirective()
|
H A D | CIndex.cpp | 4758 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/ |
D | Index.h | 2214 CXCursor_PreprocessingDirective = 500, enumerator 2219 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/ |
D | Index.h | 2214 CXCursor_PreprocessingDirective = 500, enumerator 2219 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
|
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/ |
D | lib.rs | 635 const CXCursor_PreprocessingDirective = 500, constant
|