Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h6535 CXSymbolRole_Call = 1 << 5, enumerator
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3603 if (role & CXSymbolRole_Call) in printSymbolRole()