Home
last modified time | relevance | path

Searched refs:ThisContext (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp880 CXXRecordDecl *ThisContext,
1401 CXXRecordDecl *ThisContext, in TransformFunctionProtoType() argument
1405 return inherited::TransformFunctionProtoType(TLB, TL, ThisContext, in TransformFunctionProtoType()
1646 CXXRecordDecl *ThisContext, in SubstFunctionDeclType() argument
1665 Result = Instantiator.TransformFunctionProtoType(TLB, Proto, ThisContext, in SubstFunctionDeclType()
2134 CXXRecordDecl *ThisContext = in InstantiateClass() local
2136 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateClass()
DSemaTemplateInstantiateDecl.cpp147 CXXRecordDecl *ThisContext = in InstantiateAttrs() local
149 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateAttrs()
2680 CXXRecordDecl *ThisContext = 0; in SubstFunctionType() local
2683 ThisContext = cast<CXXRecordDecl>(Owner); in SubstFunctionType()
2691 ThisContext, ThisTypeQuals); in SubstFunctionType()
2816 CXXRecordDecl *ThisContext = 0; in InstantiateExceptionSpec() local
2819 ThisContext = Method->getParent(); in InstantiateExceptionSpec()
2822 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals, in InstantiateExceptionSpec()
DSemaTemplateDeduction.cpp2591 CXXRecordDecl *ThisContext = 0; in SubstituteExplicitTemplateArguments() local
2593 ThisContext = Method->getParent(); in SubstituteExplicitTemplateArguments()
2597 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
DTreeTransform.h544 CXXRecordDecl *ThisContext,
4338 CXXRecordDecl *ThisContext, in TransformFunctionProtoType() argument
4368 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
/external/clang/include/clang/Sema/
DSema.h6284 CXXRecordDecl *ThisContext,