Searched refs:CXCursor_ModuleImportDecl (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/clang/include/clang-c/ |
H A D | Index.h | 2376 CXCursor_ModuleImportDecl = 600, enumerator 2382 CXCursor_FirstExtraDecl = CXCursor_ModuleImportDecl,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/ |
D | Index.h | 2227 CXCursor_ModuleImportDecl = 600, enumerator 2242 CXCursor_FirstExtraDecl = CXCursor_ModuleImportDecl,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/ |
D | Index.h | 2217 CXCursor_ModuleImportDecl = 600, enumerator 2232 CXCursor_FirstExtraDecl = CXCursor_ModuleImportDecl,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/ |
D | Index.h | 2226 CXCursor_ModuleImportDecl = 600, enumerator 2241 CXCursor_FirstExtraDecl = CXCursor_ModuleImportDecl,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/ |
D | Index.h | 2226 CXCursor_ModuleImportDecl = 600, enumerator 2241 CXCursor_FirstExtraDecl = CXCursor_ModuleImportDecl,
|
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/ |
D | lib.rs | 640 const CXCursor_ModuleImportDecl = 600, constant
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CIndex.cpp | 4328 if (C.kind == CXCursor_ModuleImportDecl) { in clang_Cursor_getSpellingNameRange() 4804 case CXCursor_ModuleImportDecl: in clang_getCursorKindSpelling() 7337 if (C.kind == CXCursor_ModuleImportDecl) { in clang_Cursor_getModule()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 3082 return CXCursor_ModuleImportDecl; in getCursorKindForDecl() 3299 CXCursor_ModuleImportDecl, in CodeCompleteModuleImport() 3319 CXCursor_ModuleImportDecl, in CodeCompleteModuleImport()
|