Home
last modified time | relevance | path

Searched refs:CXCursor_Namespace (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Dmodule.rs82 CXCursor_Namespace => { in parse()
Dcontext.rs2082 ::clang_sys::CXCursor_Namespace, in tokenize_namespace()
2160 assert_eq!(cursor.kind(), CXCursor_Namespace, "Be a nice person"); in module()
/external/clang/include/clang-c/
DIndex.h1609 CXCursor_Namespace = 22, enumerator
/external/rust/crates/bindgen/src/
Dclang.rs208 (semantic_parent.unwrap().kind() == CXCursor_Namespace || in is_toplevel()
/external/llvm-project/clang/include/clang-c/
DIndex.h1762 CXCursor_Namespace = 22, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs240 const CXCursor_Namespace = 22, constant
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3053 case Decl::Namespace: return CXCursor_Namespace; in getCursorKindForDecl()
/external/clang/tools/libclang/
DCIndex.cpp4766 case CXCursor_Namespace: in clang_getCursorKindSpelling()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp5488 case CXCursor_Namespace: in clang_getCursorKindSpelling()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3833 return CXCursor_Namespace; in getCursorKindForDecl()