Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp8595 SynthesizedFunctionScope Scope(*this, FD); in DefineDefaultedComparison()
8646 Sema::SynthesizedFunctionScope Scope(S, FD); in ComputeDefaultedComparisonExceptionSpec()
13093 SynthesizedFunctionScope Scope(*this, Constructor); in DefineImplicitDefaultConstructor()
13230 SynthesizedFunctionScope Scope(*this, Constructor); in DefineInheritingConstructor()
13379 SynthesizedFunctionScope Scope(*this, Destructor); in DefineImplicitDestructor()
13420 SynthesizedFunctionScope Scope(*this, Destructor); in CheckCompleteDestructorVariant()
14080 SynthesizedFunctionScope Scope(*this, CopyAssignOperator); in DefineImplicitCopyAssignment()
14459 SynthesizedFunctionScope Scope(*this, MoveAssignOperator); in DefineImplicitMoveAssignment()
14746 SynthesizedFunctionScope Scope(*this, CopyConstructor); in DefineImplicitCopyConstructor()
14880 SynthesizedFunctionScope Scope(*this, MoveConstructor); in DefineImplicitMoveConstructor()
[all …]
H A DSemaObjCProperty.cpp1453 SynthesizedFunctionScope Scope(*this, getterMethod); in ActOnPropertyImplDecl()
1516 SynthesizedFunctionScope Scope(*this, setterMethod); in ActOnPropertyImplDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1034 class SynthesizedFunctionScope {
1040 SynthesizedFunctionScope(Sema &S, DeclContext *DC) in SynthesizedFunctionScope() function
1063 ~SynthesizedFunctionScope() { in ~SynthesizedFunctionScope()