Searched refs:SynthesizedFunctionScope (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaObjCProperty.cpp | 1162 SynthesizedFunctionScope Scope(*this, getterMethod); in ActOnPropertyImplDecl() 1210 SynthesizedFunctionScope Scope(*this, setterMethod); in ActOnPropertyImplDecl()
|
| HD | SemaDeclCXX.cpp | 8162 SynthesizedFunctionScope Scope(*this, Constructor); in DefineImplicitDefaultConstructor() 8501 SynthesizedFunctionScope Scope(*this, Constructor); in DefineInheritingConstructor() 8630 SynthesizedFunctionScope Scope(*this, Destructor); in DefineImplicitDestructor() 9327 SynthesizedFunctionScope Scope(*this, CopyAssignOperator); in DefineImplicitCopyAssignment() 9744 SynthesizedFunctionScope Scope(*this, MoveAssignOperator); in DefineImplicitMoveAssignment() 10087 SynthesizedFunctionScope Scope(*this, CopyConstructor); in DefineImplicitCopyConstructor() 10249 SynthesizedFunctionScope Scope(*this, MoveConstructor); in DefineImplicitMoveConstructor() 10309 SynthesizedFunctionScope Scope(*this, Conv); in DefineImplicitLambdaToFunctionPointerConversion() 10363 SynthesizedFunctionScope Scope(*this, Conv); in DefineImplicitLambdaToBlockPointerConversion()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 507 class SynthesizedFunctionScope { 512 SynthesizedFunctionScope(Sema &S, DeclContext *DC) in SynthesizedFunctionScope() function 519 ~SynthesizedFunctionScope() { in ~SynthesizedFunctionScope()
|