Home
last modified time | relevance | path

Searched refs:CXSymbolRole_Declaration (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang-c/
DIndex.h6442 CXSymbolRole_Declaration = 1 << 0, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs1207 const CXSymbolRole_Declaration = 1; constant
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c3574 if (role & CXSymbolRole_Declaration) in printSymbolRole()