Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1184 Sema::TentativeAnalysisScope Scope(Actions); in ConsumeAndStoreInitializer()
H A DParseExpr.cpp2134 Sema::TentativeAnalysisScope Trap(Actions); in ParsePostfixExpressionSuffix()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2342 Sema::TentativeAnalysisScope Trap(*this); in tryExprAsCall()
H A DSemaOpenMP.cpp4325 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()
H A DSemaTemplateInstantiateDecl.cpp457 Sema::TentativeAnalysisScope Trap(S); in instantiateOMPDeclareVariantAttr()
H A DSemaExpr.cpp16761 Sema::TentativeAnalysisScope DisableDiag(SemaRef); in HandleImmediateInvocations()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9134 class TentativeAnalysisScope {
9140 explicit TentativeAnalysisScope(Sema &SemaRef) in TentativeAnalysisScope() function
9145 ~TentativeAnalysisScope() { in ~TentativeAnalysisScope()