Searched refs:TentativeAnalysisScope (Results 1 – 7 of 7) sorted by relevance
1207 Sema::TentativeAnalysisScope Scope(Actions); in ConsumeAndStoreInitializer()
2234 Sema::TentativeAnalysisScope Trap(Actions); in ParsePostfixExpressionSuffix()
2538 Sema::TentativeAnalysisScope Trap(*this); in tryExprAsCall()
4667 Sema::TentativeAnalysisScope Trap(S); in buildCaptureDecl()7476 Sema::TentativeAnalysisScope Trap(*this); in ActOnOpenMPCall()7649 Sema::TentativeAnalysisScope Trap(*this); in checkOpenMPDeclareVariantFunction()9110 Sema::TentativeAnalysisScope Trap(SemaRef); in buildMinMaxValues()9145 Sema::TentativeAnalysisScope Trap(SemaRef); in buildPreCond()9631 Sema::TentativeAnalysisScope Trap(SemaRef); in buildCounterUpdate()19954 Sema::TentativeAnalysisScope Trap(S); in actOnOMPReductionKindClause()21140 Sema::TentativeAnalysisScope Trap(*this); in ActOnOpenMPDependClause()24282 Sema::TentativeAnalysisScope Trap(*this); in ActOnOpenMPAffinityClause()
493 Sema::TentativeAnalysisScope Trap(S); in instantiateOMPDeclareVariantAttr()
18553 Sema::TentativeAnalysisScope DisableDiag(SemaRef); in HandleImmediateInvocations()
10072 class TentativeAnalysisScope {10078 explicit TentativeAnalysisScope(Sema &SemaRef) in TentativeAnalysisScope() function10083 ~TentativeAnalysisScope() { in ~TentativeAnalysisScope()