Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1183 Sema::TentativeAnalysisScope Scope(Actions); in ConsumeAndStoreInitializer()
H A DParseExpr.cpp2131 Sema::TentativeAnalysisScope Trap(Actions); in ParsePostfixExpressionSuffix()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp4319 Sema::TentativeAnalysisScope Trap(S); in buildCaptureDecl()
6797 Sema::TentativeAnalysisScope Trap(*this); in ActOnOpenMPCall()
6936 Sema::TentativeAnalysisScope Trap(*this); in checkOpenMPDeclareVariantFunction()
8324 Sema::TentativeAnalysisScope Trap(SemaRef); in buildMinMaxValues()
8357 Sema::TentativeAnalysisScope Trap(SemaRef); in buildPreCond()
8790 Sema::TentativeAnalysisScope Trap(SemaRef); in buildCounterUpdate()
16860 Sema::TentativeAnalysisScope Trap(S); in actOnOMPReductionKindClause()
17981 Sema::TentativeAnalysisScope Trap(*this); in ActOnOpenMPDependClause()
20853 Sema::TentativeAnalysisScope Trap(*this); in ActOnOpenMPAffinityClause()
H A DSema.cpp2272 Sema::TentativeAnalysisScope Trap(*this); in tryExprAsCall()
H A DSemaTemplateInstantiateDecl.cpp455 Sema::TentativeAnalysisScope Trap(S); in instantiateOMPDeclareVariantAttr()
H A DSemaExpr.cpp16602 Sema::TentativeAnalysisScope DisableDiag(SemaRef); in HandleImmediateInvocations()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9065 class TentativeAnalysisScope {
9071 explicit TentativeAnalysisScope(Sema &SemaRef) in TentativeAnalysisScope() function
9076 ~TentativeAnalysisScope() { in ~TentativeAnalysisScope()