Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp8865 SynthesizedFunctionScope Scope(*this, FD); in DefineDefaultedComparison()
8919 Sema::SynthesizedFunctionScope Scope(S, FD); in ComputeDefaultedComparisonExceptionSpec()
13595 SynthesizedFunctionScope Scope(*this, Constructor); in DefineImplicitDefaultConstructor()
13733 SynthesizedFunctionScope Scope(*this, Constructor); in DefineInheritingConstructor()
13882 SynthesizedFunctionScope Scope(*this, Destructor); in DefineImplicitDestructor()
13923 SynthesizedFunctionScope Scope(*this, Destructor); in CheckCompleteDestructorVariant()
14582 SynthesizedFunctionScope Scope(*this, CopyAssignOperator); in DefineImplicitCopyAssignment()
15259 SynthesizedFunctionScope Scope(*this, CopyConstructor); in DefineImplicitCopyConstructor()
15394 SynthesizedFunctionScope Scope(*this, MoveConstructor); in DefineImplicitMoveConstructor()
15430 SynthesizedFunctionScope Scope(*this, Conv); in DefineImplicitLambdaToFunctionPointerConversion()
[all …]
H A DSemaObjCProperty.cpp1453 SynthesizedFunctionScope Scope(*this, getterMethod); in ActOnPropertyImplDecl()
1515 SynthesizedFunctionScope Scope(*this, setterMethod); in ActOnPropertyImplDecl()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1049 class SynthesizedFunctionScope {
1055 SynthesizedFunctionScope(Sema &S, DeclContext *DC) in SynthesizedFunctionScope() function
1078 ~SynthesizedFunctionScope() { in ~SynthesizedFunctionScope()