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.cpp1183 Sema::TentativeAnalysisScope Scope(Actions); in ConsumeAndStoreInitializer()
H A DParseExpr.cpp1958 Sema::TentativeAnalysisScope Trap(Actions); in ParsePostfixExpressionSuffix()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2697 Sema::TentativeAnalysisScope Trap(*this); in tryExprAsCall()
H A DSemaOpenMP.cpp4455 Sema::TentativeAnalysisScope Trap(S); in buildCaptureDecl()
7212 Sema::TentativeAnalysisScope Trap(SemaRef); in ActOnOpenMPCall()
7386 Sema::TentativeAnalysisScope Trap(SemaRef); in checkOpenMPDeclareVariantFunction()
8954 Sema::TentativeAnalysisScope Trap(SemaRef); in buildMinMaxValues()
8989 Sema::TentativeAnalysisScope Trap(SemaRef); in buildPreCond()
9477 Sema::TentativeAnalysisScope Trap(SemaRef); in buildCounterUpdate()
19411 Sema::TentativeAnalysisScope Trap(S); in actOnOMPReductionKindClause()
20625 Sema::TentativeAnalysisScope Trap(SemaRef); in ActOnOpenMPDependClause()
24084 Sema::TentativeAnalysisScope Trap(SemaRef); in ActOnOpenMPAffinityClause()
H A DSemaTemplateInstantiateDecl.cpp501 Sema::TentativeAnalysisScope Trap(S); in instantiateOMPDeclareVariantAttr()
H A DSemaExpr.cpp17972 Sema::TentativeAnalysisScope DisableDiag(SemaRef); in HandleImmediateInvocations()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12359 class TentativeAnalysisScope {
12366 explicit TentativeAnalysisScope(Sema &SemaRef) in TentativeAnalysisScope() function
12371 ~TentativeAnalysisScope() { in ~TentativeAnalysisScope()