Searched refs:SynthesizedFunctionScope (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 8950 SynthesizedFunctionScope Scope(*this, Constructor); in DefineImplicitDefaultConstructor() 9292 SynthesizedFunctionScope Scope(*this, Constructor); in DefineInheritingConstructor() 9421 SynthesizedFunctionScope Scope(*this, Destructor); in DefineImplicitDestructor() 10172 SynthesizedFunctionScope Scope(*this, CopyAssignOperator); in DefineImplicitCopyAssignment() 10592 SynthesizedFunctionScope Scope(*this, MoveAssignOperator); in DefineImplicitMoveAssignment() 10940 SynthesizedFunctionScope Scope(*this, CopyConstructor); in DefineImplicitCopyConstructor() 11112 SynthesizedFunctionScope Scope(*this, MoveConstructor); in DefineImplicitMoveConstructor() 11178 SynthesizedFunctionScope Scope(*this, Conv); in DefineImplicitLambdaToFunctionPointerConversion() 11231 SynthesizedFunctionScope Scope(*this, Conv); in DefineImplicitLambdaToBlockPointerConversion()
|
D | SemaObjCProperty.cpp | 1237 SynthesizedFunctionScope Scope(*this, getterMethod); in ActOnPropertyImplDecl() 1289 SynthesizedFunctionScope Scope(*this, setterMethod); in ActOnPropertyImplDecl()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 635 class SynthesizedFunctionScope { 640 SynthesizedFunctionScope(Sema &S, DeclContext *DC) in SynthesizedFunctionScope() function 647 ~SynthesizedFunctionScope() { in ~SynthesizedFunctionScope()
|