Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h1635 CXCursor_UsingDeclaration = 35, enumerator
/external/rust/crates/bindgen/src/ir/
Ditem.rs1398 CXCursor_UsingDeclaration | in parse()
/external/llvm-project/clang/include/clang-c/
DIndex.h1788 CXCursor_UsingDeclaration = 35, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs253 const CXCursor_UsingDeclaration = 35, constant
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3070 return CXCursor_UsingDeclaration; in getCursorKindForDecl()
/external/clang/tools/libclang/
DCIndex.cpp4794 case CXCursor_UsingDeclaration: in clang_getCursorKindSpelling()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp5516 case CXCursor_UsingDeclaration: in clang_getCursorKindSpelling()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3862 return CXCursor_UsingDeclaration; in getCursorKindForDecl()