Searched refs:SynthesizedFunctionScope (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1413 SynthesizedFunctionScope Scope(*this, getterMethod); in ActOnPropertyImplDecl() 1465 SynthesizedFunctionScope Scope(*this, setterMethod); in ActOnPropertyImplDecl()
|
| H A D | SemaDeclCXX.cpp | 11005 SynthesizedFunctionScope Scope(*this, Constructor); in DefineImplicitDefaultConstructor() 11140 SynthesizedFunctionScope Scope(*this, Constructor); in DefineInheritingConstructor() 11283 SynthesizedFunctionScope Scope(*this, Destructor); in DefineImplicitDestructor() 11939 SynthesizedFunctionScope Scope(*this, CopyAssignOperator); in DefineImplicitCopyAssignment() 12313 SynthesizedFunctionScope Scope(*this, MoveAssignOperator); in DefineImplicitMoveAssignment() 12596 SynthesizedFunctionScope Scope(*this, CopyConstructor); in DefineImplicitCopyConstructor() 12726 SynthesizedFunctionScope Scope(*this, MoveConstructor); in DefineImplicitMoveConstructor() 12761 SynthesizedFunctionScope Scope(*this, Conv); in DefineImplicitLambdaToFunctionPointerConversion() 12822 SynthesizedFunctionScope Scope(*this, Conv); in DefineImplicitLambdaToBlockPointerConversion()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 762 class SynthesizedFunctionScope { 768 SynthesizedFunctionScope(Sema &S, DeclContext *DC) in SynthesizedFunctionScope() function 791 ~SynthesizedFunctionScope() { in ~SynthesizedFunctionScope()
|