Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1207 Sema::TentativeAnalysisScope Scope(Actions); in ConsumeAndStoreInitializer()
H A DParseExpr.cpp2234 Sema::TentativeAnalysisScope Trap(Actions); in ParsePostfixExpressionSuffix()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2538 Sema::TentativeAnalysisScope Trap(*this); in tryExprAsCall()
H A DSemaOpenMP.cpp4667 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()
H A DSemaTemplateInstantiateDecl.cpp493 Sema::TentativeAnalysisScope Trap(S); in instantiateOMPDeclareVariantAttr()
H A DSemaExpr.cpp18553 Sema::TentativeAnalysisScope DisableDiag(SemaRef); in HandleImmediateInvocations()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10072 class TentativeAnalysisScope {
10078 explicit TentativeAnalysisScope(Sema &SemaRef) in TentativeAnalysisScope() function
10083 ~TentativeAnalysisScope() { in ~TentativeAnalysisScope()