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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1141 SynthesizedFunctionScope Scope(*this, getterMethod);
1191 SynthesizedFunctionScope Scope(*this, setterMethod);
H A DSemaDeclCXX.cpp8478 SynthesizedFunctionScope Scope(*this, Constructor);
8815 SynthesizedFunctionScope Scope(*this, Constructor);
8938 SynthesizedFunctionScope Scope(*this, Destructor);
9629 SynthesizedFunctionScope Scope(*this, CopyAssignOperator);
10035 SynthesizedFunctionScope Scope(*this, MoveAssignOperator);
10369 SynthesizedFunctionScope Scope(*this, CopyConstructor);
10527 SynthesizedFunctionScope Scope(*this, MoveConstructor);
10587 SynthesizedFunctionScope Scope(*this, Conv);
10640 SynthesizedFunctionScope Scope(*this, Conv);
/external/clang/include/clang/Sema/
H A DSema.h581 class SynthesizedFunctionScope { class in class:clang::Sema
586 SynthesizedFunctionScope(Sema &S, DeclContext *DC) function in class:clang::Sema::SynthesizedFunctionScope
593 ~SynthesizedFunctionScope() {

Completed in 1071 milliseconds