Searched refs:TentativeAnalysisScope (Results 1 – 7 of 7) sorted by relevance
1198 Sema::TentativeAnalysisScope Scope(Actions); in ConsumeAndStoreInitializer()
2166 Sema::TentativeAnalysisScope Trap(Actions); in ParsePostfixExpressionSuffix()
2449 Sema::TentativeAnalysisScope Trap(*this); in tryExprAsCall()
4597 Sema::TentativeAnalysisScope Trap(S); in buildCaptureDecl()7239 Sema::TentativeAnalysisScope Trap(*this); in ActOnOpenMPCall()7412 Sema::TentativeAnalysisScope Trap(*this); in checkOpenMPDeclareVariantFunction()8863 Sema::TentativeAnalysisScope Trap(SemaRef); in buildMinMaxValues()8898 Sema::TentativeAnalysisScope Trap(SemaRef); in buildPreCond()9333 Sema::TentativeAnalysisScope Trap(SemaRef); in buildCounterUpdate()19313 Sema::TentativeAnalysisScope Trap(S); in actOnOMPReductionKindClause()20436 Sema::TentativeAnalysisScope Trap(*this); in ActOnOpenMPDependClause()23454 Sema::TentativeAnalysisScope Trap(*this); in ActOnOpenMPAffinityClause()
480 Sema::TentativeAnalysisScope Trap(S); in instantiateOMPDeclareVariantAttr()
17653 Sema::TentativeAnalysisScope DisableDiag(SemaRef); in HandleImmediateInvocations()
9463 class TentativeAnalysisScope {9469 explicit TentativeAnalysisScope(Sema &SemaRef) in TentativeAnalysisScope() function9474 ~TentativeAnalysisScope() { in ~TentativeAnalysisScope()