Searched refs:SynthesizedFunctionScope (Results 1 – 3 of 3) sorted by relevance
/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()
|