Searched refs:CXSymbolRole_Call (Results 1 – 3 of 3) sorted by relevance
6447 CXSymbolRole_Call = 1 << 5, enumerator
1212 const CXSymbolRole_Call = 32; constant
3584 if (role & CXSymbolRole_Call) in printSymbolRole()