Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1283 Sema::TentativeAnalysisScope Scope(Actions); in ConsumeAndStoreInitializer()
H A DParseExpr.cpp2308 Sema::TentativeAnalysisScope Trap(Actions); in ParsePostfixExpressionSuffix()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2529 Sema::TentativeAnalysisScope Trap(*this); in tryExprAsCall()
H A DSemaOpenMP.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()
H A DSemaTemplateInstantiateDecl.cpp498 Sema::TentativeAnalysisScope Trap(S); in instantiateOMPDeclareVariantAttr()
H A DSemaExpr.cpp17524 Sema::TentativeAnalysisScope DisableDiag(SemaRef); in HandleImmediateInvocations()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12119 class TentativeAnalysisScope {
12126 explicit TentativeAnalysisScope(Sema &SemaRef) in TentativeAnalysisScope() function
12131 ~TentativeAnalysisScope() { in ~TentativeAnalysisScope()