Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6470 CXSymbolRole_Implicit = 1 << 8 enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c3607 if (role & CXSymbolRole_Implicit) in printSymbolRole()