Searched refs:SynthesizedFunctionScope (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 9151 SynthesizedFunctionScope Scope(*this, FD); in DefineDefaultedComparison() 9205 Sema::SynthesizedFunctionScope Scope(S, FD); in ComputeDefaultedComparisonExceptionSpec() 14034 SynthesizedFunctionScope Scope(*this, Constructor); in DefineImplicitDefaultConstructor() 14172 SynthesizedFunctionScope Scope(*this, Constructor); in DefineInheritingConstructor() 14321 SynthesizedFunctionScope Scope(*this, Destructor); in DefineImplicitDestructor() 14362 SynthesizedFunctionScope Scope(*this, Destructor); in CheckCompleteDestructorVariant() 15022 SynthesizedFunctionScope Scope(*this, CopyAssignOperator); in DefineImplicitCopyAssignment() 15727 SynthesizedFunctionScope Scope(*this, CopyConstructor); in DefineImplicitCopyConstructor() 15863 SynthesizedFunctionScope Scope(*this, MoveConstructor); in DefineImplicitMoveConstructor() 15899 SynthesizedFunctionScope Scope(*this, Conv); in DefineImplicitLambdaToFunctionPointerConversion() [all …]
|
| H A D | SemaObjCProperty.cpp | 1452 SynthesizedFunctionScope Scope(*this, getterMethod); in ActOnPropertyImplDecl() 1514 SynthesizedFunctionScope Scope(*this, setterMethod); in ActOnPropertyImplDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 1076 class SynthesizedFunctionScope { 1082 SynthesizedFunctionScope(Sema &S, DeclContext *DC) in SynthesizedFunctionScope() function 1114 ~SynthesizedFunctionScope() { in ~SynthesizedFunctionScope()
|