Searched refs:SynthesizedFunctionScope (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 8516 SynthesizedFunctionScope Scope(*this, FD); in DefineDefaultedComparison() 8567 Sema::SynthesizedFunctionScope Scope(S, FD); in ComputeDefaultedComparisonExceptionSpec() 13035 SynthesizedFunctionScope Scope(*this, Constructor); in DefineImplicitDefaultConstructor() 13172 SynthesizedFunctionScope Scope(*this, Constructor); in DefineInheritingConstructor() 13321 SynthesizedFunctionScope Scope(*this, Destructor); in DefineImplicitDestructor() 13362 SynthesizedFunctionScope Scope(*this, Destructor); in CheckCompleteDestructorVariant() 14014 SynthesizedFunctionScope Scope(*this, CopyAssignOperator); in DefineImplicitCopyAssignment() 14393 SynthesizedFunctionScope Scope(*this, MoveAssignOperator); in DefineImplicitMoveAssignment() 14680 SynthesizedFunctionScope Scope(*this, CopyConstructor); in DefineImplicitCopyConstructor() 14814 SynthesizedFunctionScope Scope(*this, MoveConstructor); in DefineImplicitMoveConstructor() [all …]
|
D | SemaObjCProperty.cpp | 1461 SynthesizedFunctionScope Scope(*this, getterMethod); in ActOnPropertyImplDecl() 1524 SynthesizedFunctionScope Scope(*this, setterMethod); in ActOnPropertyImplDecl()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1252 SynthesizedFunctionScope Scope(*this, getterMethod); in ActOnPropertyImplDecl() 1304 SynthesizedFunctionScope Scope(*this, setterMethod); in ActOnPropertyImplDecl()
|
D | SemaDeclCXX.cpp | 9206 SynthesizedFunctionScope Scope(*this, Constructor); in DefineImplicitDefaultConstructor() 9356 SynthesizedFunctionScope Scope(*this, Constructor); in DefineInheritingConstructor() 9521 SynthesizedFunctionScope Scope(*this, Destructor); in DefineImplicitDestructor() 10299 SynthesizedFunctionScope Scope(*this, CopyAssignOperator); in DefineImplicitCopyAssignment() 10720 SynthesizedFunctionScope Scope(*this, MoveAssignOperator); in DefineImplicitMoveAssignment() 11071 SynthesizedFunctionScope Scope(*this, CopyConstructor); in DefineImplicitCopyConstructor() 11246 SynthesizedFunctionScope Scope(*this, MoveConstructor); in DefineImplicitMoveConstructor() 11312 SynthesizedFunctionScope Scope(*this, Conv); in DefineImplicitLambdaToFunctionPointerConversion() 11365 SynthesizedFunctionScope Scope(*this, Conv); in DefineImplicitLambdaToBlockPointerConversion()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 667 class SynthesizedFunctionScope { 672 SynthesizedFunctionScope(Sema &S, DeclContext *DC) in SynthesizedFunctionScope() function 679 ~SynthesizedFunctionScope() { in ~SynthesizedFunctionScope()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 926 class SynthesizedFunctionScope { 932 SynthesizedFunctionScope(Sema &S, DeclContext *DC) in SynthesizedFunctionScope() function 955 ~SynthesizedFunctionScope() { in ~SynthesizedFunctionScope()
|