Searched refs:SynthesizedFunctionScope (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 8602 SynthesizedFunctionScope Scope(*this, FD); in DefineDefaultedComparison() 8653 Sema::SynthesizedFunctionScope Scope(S, FD); in ComputeDefaultedComparisonExceptionSpec() 13285 SynthesizedFunctionScope Scope(*this, Constructor); in DefineImplicitDefaultConstructor() 13422 SynthesizedFunctionScope Scope(*this, Constructor); in DefineInheritingConstructor() 13571 SynthesizedFunctionScope Scope(*this, Destructor); in DefineImplicitDestructor() 13612 SynthesizedFunctionScope Scope(*this, Destructor); in CheckCompleteDestructorVariant() 14273 SynthesizedFunctionScope Scope(*this, CopyAssignOperator); in DefineImplicitCopyAssignment() 14942 SynthesizedFunctionScope Scope(*this, CopyConstructor); in DefineImplicitCopyConstructor() 15076 SynthesizedFunctionScope Scope(*this, MoveConstructor); in DefineImplicitMoveConstructor() 15111 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 1041 class SynthesizedFunctionScope { 1047 SynthesizedFunctionScope(Sema &S, DeclContext *DC) in SynthesizedFunctionScope() function 1070 ~SynthesizedFunctionScope() { in ~SynthesizedFunctionScope()
|