Searched refs:TentativeAnalysisScope (Results 1 – 7 of 7) sorted by relevance
1283 Sema::TentativeAnalysisScope Scope(Actions); in ConsumeAndStoreInitializer()
2308 Sema::TentativeAnalysisScope Trap(Actions); in ParsePostfixExpressionSuffix()
2529 Sema::TentativeAnalysisScope Trap(*this); in tryExprAsCall()
4458 Sema::TentativeAnalysisScope Trap(S); in buildCaptureDecl()7263 Sema::TentativeAnalysisScope Trap(SemaRef); in ActOnOpenMPCall()7438 Sema::TentativeAnalysisScope Trap(SemaRef); in checkOpenMPDeclareVariantFunction()8916 Sema::TentativeAnalysisScope Trap(SemaRef); in buildMinMaxValues()8951 Sema::TentativeAnalysisScope Trap(SemaRef); in buildPreCond()9436 Sema::TentativeAnalysisScope Trap(SemaRef); in buildCounterUpdate()18756 Sema::TentativeAnalysisScope Trap(S); in actOnOMPReductionKindClause()19960 Sema::TentativeAnalysisScope Trap(SemaRef); in ActOnOpenMPDependClause()23136 Sema::TentativeAnalysisScope Trap(SemaRef); in ActOnOpenMPAffinityClause()
498 Sema::TentativeAnalysisScope Trap(S); in instantiateOMPDeclareVariantAttr()
17524 Sema::TentativeAnalysisScope DisableDiag(SemaRef); in HandleImmediateInvocations()
12119 class TentativeAnalysisScope {12126 explicit TentativeAnalysisScope(Sema &SemaRef) in TentativeAnalysisScope() function12131 ~TentativeAnalysisScope() { in ~TentativeAnalysisScope()