Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1203 Sema::TentativeAnalysisScope Scope(Actions); in ConsumeAndStoreInitializer()
H A DParseExpr.cpp2185 Sema::TentativeAnalysisScope Trap(Actions); in ParsePostfixExpressionSuffix()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp2486 Sema::TentativeAnalysisScope Trap(*this); in tryExprAsCall()
H A DSemaOpenMP.cpp4653 Sema::TentativeAnalysisScope Trap(S); in buildCaptureDecl()
7325 Sema::TentativeAnalysisScope Trap(*this); in ActOnOpenMPCall()
7498 Sema::TentativeAnalysisScope Trap(*this); in checkOpenMPDeclareVariantFunction()
8946 Sema::TentativeAnalysisScope Trap(SemaRef); in buildMinMaxValues()
8981 Sema::TentativeAnalysisScope Trap(SemaRef); in buildPreCond()
9416 Sema::TentativeAnalysisScope Trap(SemaRef); in buildCounterUpdate()
19596 Sema::TentativeAnalysisScope Trap(S); in actOnOMPReductionKindClause()
20719 Sema::TentativeAnalysisScope Trap(*this); in ActOnOpenMPDependClause()
23794 Sema::TentativeAnalysisScope Trap(*this); in ActOnOpenMPAffinityClause()
H A DSemaTemplateInstantiateDecl.cpp481 Sema::TentativeAnalysisScope Trap(S); in instantiateOMPDeclareVariantAttr()
H A DSemaExpr.cpp17949 Sema::TentativeAnalysisScope DisableDiag(SemaRef); in HandleImmediateInvocations()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h9769 class TentativeAnalysisScope {
9775 explicit TentativeAnalysisScope(Sema &SemaRef) in TentativeAnalysisScope() function
9780 ~TentativeAnalysisScope() { in ~TentativeAnalysisScope()