Home
last modified time | relevance | path

Searched refs:TentativeAnalysisScope (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1198 Sema::TentativeAnalysisScope Scope(Actions); in ConsumeAndStoreInitializer()
H A DParseExpr.cpp2166 Sema::TentativeAnalysisScope Trap(Actions); in ParsePostfixExpressionSuffix()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2449 Sema::TentativeAnalysisScope Trap(*this); in tryExprAsCall()
H A DSemaOpenMP.cpp4597 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()
H A DSemaTemplateInstantiateDecl.cpp480 Sema::TentativeAnalysisScope Trap(S); in instantiateOMPDeclareVariantAttr()
H A DSemaExpr.cpp17653 Sema::TentativeAnalysisScope DisableDiag(SemaRef); in HandleImmediateInvocations()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h9463 class TentativeAnalysisScope {
9469 explicit TentativeAnalysisScope(Sema &SemaRef) in TentativeAnalysisScope() function
9474 ~TentativeAnalysisScope() { in ~TentativeAnalysisScope()