Searched refs:SynthesizedFunctionScope (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1441 Sema::SynthesizedFunctionScope Scope(SemaRef, getterMethod); in ActOnPropertyImplDecl() 1503 Sema::SynthesizedFunctionScope Scope(SemaRef, setterMethod); in ActOnPropertyImplDecl()
|
| H A D | SemaDeclCXX.cpp | 9226 SynthesizedFunctionScope Scope(*this, FD); in DefineDefaultedComparison() 9280 Sema::SynthesizedFunctionScope Scope(S, FD); in ComputeDefaultedComparisonExceptionSpec() 14197 SynthesizedFunctionScope Scope(*this, Constructor); in DefineImplicitDefaultConstructor() 14337 SynthesizedFunctionScope Scope(*this, Constructor); in DefineInheritingConstructor() 14486 SynthesizedFunctionScope Scope(*this, Destructor); in DefineImplicitDestructor() 14527 SynthesizedFunctionScope Scope(*this, Destructor); in CheckCompleteDestructorVariant() 15185 SynthesizedFunctionScope Scope(*this, CopyAssignOperator); in DefineImplicitCopyAssignment() 15582 SynthesizedFunctionScope Scope(*this, MoveAssignOperator); in DefineImplicitMoveAssignment() 15897 SynthesizedFunctionScope Scope(*this, CopyConstructor); in DefineImplicitCopyConstructor() 16035 SynthesizedFunctionScope Scope(*this, MoveConstructor); in DefineImplicitMoveConstructor() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 13342 class SynthesizedFunctionScope { 13348 SynthesizedFunctionScope(Sema &S, DeclContext *DC) in SynthesizedFunctionScope() function 13372 ~SynthesizedFunctionScope() { in ~SynthesizedFunctionScope()
|