Searched refs:TentativeAnalysisScope (Results 1 – 7 of 7) sorted by relevance
1183 Sema::TentativeAnalysisScope Scope(Actions); in ConsumeAndStoreInitializer()
1958 Sema::TentativeAnalysisScope Trap(Actions); in ParsePostfixExpressionSuffix()
2697 Sema::TentativeAnalysisScope Trap(*this); in tryExprAsCall()
4455 Sema::TentativeAnalysisScope Trap(S); in buildCaptureDecl()7212 Sema::TentativeAnalysisScope Trap(SemaRef); in ActOnOpenMPCall()7386 Sema::TentativeAnalysisScope Trap(SemaRef); in checkOpenMPDeclareVariantFunction()8954 Sema::TentativeAnalysisScope Trap(SemaRef); in buildMinMaxValues()8989 Sema::TentativeAnalysisScope Trap(SemaRef); in buildPreCond()9477 Sema::TentativeAnalysisScope Trap(SemaRef); in buildCounterUpdate()19411 Sema::TentativeAnalysisScope Trap(S); in actOnOMPReductionKindClause()20625 Sema::TentativeAnalysisScope Trap(SemaRef); in ActOnOpenMPDependClause()24084 Sema::TentativeAnalysisScope Trap(SemaRef); in ActOnOpenMPAffinityClause()
501 Sema::TentativeAnalysisScope Trap(S); in instantiateOMPDeclareVariantAttr()
17972 Sema::TentativeAnalysisScope DisableDiag(SemaRef); in HandleImmediateInvocations()
12359 class TentativeAnalysisScope {12366 explicit TentativeAnalysisScope(Sema &SemaRef) in TentativeAnalysisScope() function12371 ~TentativeAnalysisScope() { in ~TentativeAnalysisScope()