Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseCXXInlineMethods.cpp1283 Sema::TentativeAnalysisScope Scope(Actions); in ConsumeAndStoreInitializer()
HDParseExpr.cpp2308 Sema::TentativeAnalysisScope Trap(Actions); in ParsePostfixExpressionSuffix()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp2529 Sema::TentativeAnalysisScope Trap(*this); in tryExprAsCall()
HDSemaOpenMP.cpp4458 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()
HDSemaTemplateInstantiateDecl.cpp498 Sema::TentativeAnalysisScope Trap(S); in instantiateOMPDeclareVariantAttr()
HDSemaExpr.cpp17524 Sema::TentativeAnalysisScope DisableDiag(SemaRef); in HandleImmediateInvocations()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h12119 class TentativeAnalysisScope {
12126 explicit TentativeAnalysisScope(Sema &SemaRef) in TentativeAnalysisScope() function
12131 ~TentativeAnalysisScope() { in ~TentativeAnalysisScope()