Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1141 SynthesizedFunctionScope Scope(*this, getterMethod); in ActOnPropertyImplDecl()
1191 SynthesizedFunctionScope Scope(*this, setterMethod); in ActOnPropertyImplDecl()
H A DSemaDeclCXX.cpp8851 SynthesizedFunctionScope Scope(*this, Constructor); in DefineImplicitDefaultConstructor()
9193 SynthesizedFunctionScope Scope(*this, Constructor); in DefineInheritingConstructor()
9322 SynthesizedFunctionScope Scope(*this, Destructor); in DefineImplicitDestructor()
10025 SynthesizedFunctionScope Scope(*this, CopyAssignOperator); in DefineImplicitCopyAssignment()
10443 SynthesizedFunctionScope Scope(*this, MoveAssignOperator); in DefineImplicitMoveAssignment()
10789 SynthesizedFunctionScope Scope(*this, CopyConstructor); in DefineImplicitCopyConstructor()
10961 SynthesizedFunctionScope Scope(*this, MoveConstructor); in DefineImplicitMoveConstructor()
11027 SynthesizedFunctionScope Scope(*this, Conv); in DefineImplicitLambdaToFunctionPointerConversion()
11080 SynthesizedFunctionScope Scope(*this, Conv); in DefineImplicitLambdaToBlockPointerConversion()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h593 class SynthesizedFunctionScope {
598 SynthesizedFunctionScope(Sema &S, DeclContext *DC) in SynthesizedFunctionScope() function
605 ~SynthesizedFunctionScope() { in ~SynthesizedFunctionScope()