Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2153 void Sema::PushFunctionScope() { in PushFunctionScope() function in Sema
H A DSemaDeclObjC.cpp382 PushFunctionScope(); in ActOnStartOfObjCMethodDef()
H A DSemaDecl.cpp15647 PushFunctionScope(); in ActOnStartOfFunctionDef()
15745 PushFunctionScope(); in ActOnStartOfFunctionDef()
H A DSemaOpenMP.cpp22582 PushFunctionScope(); in ActOnOpenMPDeclareReductionCombinerStart()
22643 PushFunctionScope(); in ActOnOpenMPDeclareReductionInitializerStart()
H A DSemaDeclCXX.cpp4174 PushFunctionScope(); in ActOnStartCXXInClassMemberInitializer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1085 S.PushFunctionScope(); in SynthesizedFunctionScope()
1994 void PushFunctionScope();
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5585 Actions.PushFunctionScope(); in ParseTopLevelStmtDecl()