Home
last modified time | relevance | path

Searched refs:PopFunctionScopeInfo (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1516 PopFunctionScopeInfo(); in ActOnLambdaError()
H A DSemaStmt.cpp4857 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionError()
4874 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionEnd()
H A DSema.cpp2272 Sema::PopFunctionScopeInfo(const AnalysisBasedWarnings::Policy *WP, in PopFunctionScopeInfo() function in Sema
H A DSemaDecl.cpp16318 PopFunctionScopeInfo(ActivePolicy, dcl); in ActOnFinishFunctionBody()
16410 PopFunctionScopeInfo(ActivePolicy, dcl); in ActOnFinishFunctionBody()
H A DSemaExpr.cpp17096 PopFunctionScopeInfo(); in ActOnBlockError()
17259 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(&WP, BD, BlockTy); in ActOnBlockStmtExpr()
H A DSemaOpenMP.cpp22631 PopFunctionScopeInfo(); in ActOnOpenMPDeclareReductionCombinerEnd()
22693 PopFunctionScopeInfo(); in ActOnOpenMPDeclareReductionInitializerEnd()
H A DSemaDeclCXX.cpp4232 PopFunctionScopeInfo(nullptr, D); in ActOnFinishCXXInClassMemberInitializer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1122 S.PopFunctionScopeInfo(); in ~SynthesizedFunctionScope()
2021 PopFunctionScopeInfo(const sema::AnalysisBasedWarnings::Policy *WP = nullptr,
5175 S.PopFunctionScopeInfo(); in ~FunctionScopeRAII()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5587 Actions.PopFunctionScopeInfo(); in ParseTopLevelStmtDecl()