Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang-c/
DIndex.h6447 CXSymbolRole_Call = 1 << 5, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs1212 const CXSymbolRole_Call = 32; constant
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c3584 if (role & CXSymbolRole_Call) in printSymbolRole()