Searched refs:MightBeCXXScopeToken (Results 1 – 2 of 2) sorted by relevance
875 bool MightBeCXXScopeToken() { in MightBeCXXScopeToken() function883 return MightBeCXXScopeToken() && TryAnnotateCXXScopeToken(EnteringContext);
2177 assert(MightBeCXXScopeToken() && "Cannot be a type or scope token!"); in TryAnnotateCXXScopeToken()