Home
last modified time | relevance | path

Searched refs:CXCursor_UsingDeclaration (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/clang/include/clang-c/
H A DIndex.h1635 CXCursor_UsingDeclaration = 35, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DIndex.h1268 CXCursor_UsingDeclaration = 35, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DIndex.h1268 CXCursor_UsingDeclaration = 35, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Ditem.rs1449 CXCursor_UsingDeclaration | in parse()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DIndex.h1268 CXCursor_UsingDeclaration = 35, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DIndex.h1268 CXCursor_UsingDeclaration = 35, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs313 const CXCursor_UsingDeclaration = 35, constant
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp4794 case CXCursor_UsingDeclaration: in clang_getCursorKindSpelling()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3070 return CXCursor_UsingDeclaration; in getCursorKindForDecl()