Searched refs:CXSymbolRole_Declaration (Results 1 – 3 of 3) sorted by relevance
6442 CXSymbolRole_Declaration = 1 << 0, enumerator
1207 const CXSymbolRole_Declaration = 1; constant
3574 if (role & CXSymbolRole_Declaration) in printSymbolRole()