Searched refs:TryAnnotateCXXScopeToken (Results 1 – 4 of 4) sorted by relevance
927 bool TryAnnotateCXXScopeToken(bool EnteringContext = false);937 return MightBeCXXScopeToken() && TryAnnotateCXXScopeToken(EnteringContext);
2244 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken() function in Parser
3456 TryAnnotateCXXScopeToken(EnteringContext)) { in DiagnoseMissingSemiAfterTagDefinition()3760 TryAnnotateCXXScopeToken(EnteringContext)) { in ParseDeclarationSpecifiers()4007 const bool Success = TryAnnotateCXXScopeToken(EnteringContext); in ParseDeclarationSpecifiers()
2879 if (TryAnnotateCXXScopeToken()) in ParseCXXClassMemberDeclaration()