Home
last modified time | relevance | path

Searched refs:SynthesizedFunctionScope (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp9047 SynthesizedFunctionScope Scope(*this, FD); in DefineDefaultedComparison()
9101 Sema::SynthesizedFunctionScope Scope(S, FD); in ComputeDefaultedComparisonExceptionSpec()
13906 SynthesizedFunctionScope Scope(*this, Constructor); in DefineImplicitDefaultConstructor()
14046 SynthesizedFunctionScope Scope(*this, Constructor); in DefineInheritingConstructor()
14195 SynthesizedFunctionScope Scope(*this, Destructor); in DefineImplicitDestructor()
14236 SynthesizedFunctionScope Scope(*this, Destructor); in CheckCompleteDestructorVariant()
14896 SynthesizedFunctionScope Scope(*this, CopyAssignOperator); in DefineImplicitCopyAssignment()
15293 SynthesizedFunctionScope Scope(*this, MoveAssignOperator); in DefineImplicitMoveAssignment()
15606 SynthesizedFunctionScope Scope(*this, CopyConstructor); in DefineImplicitCopyConstructor()
15745 SynthesizedFunctionScope Scop in DefineImplicitMoveConstructor()
[all...]
H A DSemaObjCProperty.cpp1431 Sema::SynthesizedFunctionScope Scope(SemaRef, getterMethod); in ActOnPropertyImplDecl()
1493 Sema::SynthesizedFunctionScope Scope(SemaRef, setterMethod); in ActOnPropertyImplDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13071 class SynthesizedFunctionScope {
13077 SynthesizedFunctionScope(Sema &S, DeclContext *DC) in SynthesizedFunctionScope() function
13111 ~SynthesizedFunctionScope() { in ~SynthesizedFunctionScope()