Searched refs:TentativeAnalysisScope (Results 1 – 7 of 7) sorted by relevance
1184 Sema::TentativeAnalysisScope Scope(Actions); in ConsumeAndStoreInitializer()
2134 Sema::TentativeAnalysisScope Trap(Actions); in ParsePostfixExpressionSuffix()
2342 Sema::TentativeAnalysisScope Trap(*this); in tryExprAsCall()
4325 Sema::TentativeAnalysisScope Trap(S); in buildCaptureDecl()6813 Sema::TentativeAnalysisScope Trap(*this); in ActOnOpenMPCall()6952 Sema::TentativeAnalysisScope Trap(*this); in checkOpenMPDeclareVariantFunction()8330 Sema::TentativeAnalysisScope Trap(SemaRef); in buildMinMaxValues()8363 Sema::TentativeAnalysisScope Trap(SemaRef); in buildPreCond()8796 Sema::TentativeAnalysisScope Trap(SemaRef); in buildCounterUpdate()17243 Sema::TentativeAnalysisScope Trap(S); in actOnOMPReductionKindClause()18364 Sema::TentativeAnalysisScope Trap(*this); in ActOnOpenMPDependClause()21241 Sema::TentativeAnalysisScope Trap(*this); in ActOnOpenMPAffinityClause()
457 Sema::TentativeAnalysisScope Trap(S); in instantiateOMPDeclareVariantAttr()
16761 Sema::TentativeAnalysisScope DisableDiag(SemaRef); in HandleImmediateInvocations()
9134 class TentativeAnalysisScope {9140 explicit TentativeAnalysisScope(Sema &SemaRef) in TentativeAnalysisScope() function9145 ~TentativeAnalysisScope() { in ~TentativeAnalysisScope()