Searched refs:SynthesizedFunctionScope (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 8779 SynthesizedFunctionScope Scope(*this, FD); in DefineDefaultedComparison() 8833 Sema::SynthesizedFunctionScope Scope(S, FD); in ComputeDefaultedComparisonExceptionSpec() 13486 SynthesizedFunctionScope Scope(*this, Constructor); in DefineImplicitDefaultConstructor() 13624 SynthesizedFunctionScope Scope(*this, Constructor); in DefineInheritingConstructor() 13773 SynthesizedFunctionScope Scope(*this, Destructor); in DefineImplicitDestructor() 13814 SynthesizedFunctionScope Scope(*this, Destructor); in CheckCompleteDestructorVariant() 14475 SynthesizedFunctionScope Scope(*this, CopyAssignOperator); in DefineImplicitCopyAssignment() 15142 SynthesizedFunctionScope Scope(*this, CopyConstructor); in DefineImplicitCopyConstructor() 15275 SynthesizedFunctionScope Scope(*this, MoveConstructor); in DefineImplicitMoveConstructor() 15310 SynthesizedFunctionScope Scope(*this, Conv); in DefineImplicitLambdaToFunctionPointerConversion() [all …]
|
| H A D | SemaObjCProperty.cpp | 1453 SynthesizedFunctionScope Scope(*this, getterMethod); in ActOnPropertyImplDecl() 1515 SynthesizedFunctionScope Scope(*this, setterMethod); in ActOnPropertyImplDecl()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 1048 class SynthesizedFunctionScope { 1054 SynthesizedFunctionScope(Sema &S, DeclContext *DC) in SynthesizedFunctionScope() function 1077 ~SynthesizedFunctionScope() { in ~SynthesizedFunctionScope()
|