Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h6537 CXSymbolRole_AddressOf = 1 << 7, enumerator
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3607 if (role & CXSymbolRole_AddressOf) in printSymbolRole()