Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang-c/
DIndex.h6445 CXSymbolRole_Read = 1 << 3, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs1210 const CXSymbolRole_Read = 8; constant
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c3580 if (role & CXSymbolRole_Read) in printSymbolRole()