Searched refs:TryAnnotateCXXScopeToken (Results 1 – 5 of 5) sorted by relevance
873 bool TryAnnotateCXXScopeToken(bool EnteringContext = false);883 return MightBeCXXScopeToken() && TryAnnotateCXXScopeToken(EnteringContext);
3046 TryAnnotateCXXScopeToken(EnteringContext)) { in DiagnoseMissingSemiAfterTagDefinition()3338 if (TryAnnotateCXXScopeToken(EnteringContext)) { in ParseDeclarationSpecifiers()3582 const bool Success = TryAnnotateCXXScopeToken(EnteringContext); in ParseDeclarationSpecifiers()
2174 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken() function in Parser
2670 if (TryAnnotateCXXScopeToken()) in ParseCXXClassMemberDeclaration()
1163 ``TryAnnotateCXXScopeToken`` methods to form the annotation token. These