Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h6538 CXSymbolRole_Implicit = 1 << 8 enumerator
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3609 if (role & CXSymbolRole_Implicit) in printSymbolRole()