Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp795 CXXRecordDecl *ThisContext,
1319 CXXRecordDecl *ThisContext, in TransformFunctionProtoType() argument
1323 return inherited::TransformFunctionProtoType(TLB, TL, ThisContext, in TransformFunctionProtoType()
1564 CXXRecordDecl *ThisContext, in SubstFunctionDeclType() argument
1583 Result = Instantiator.TransformFunctionProtoType(TLB, Proto, ThisContext, in SubstFunctionDeclType()
2052 CXXRecordDecl *ThisContext = in InstantiateClass() local
2054 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateClass()
DSemaTemplateInstantiateDecl.cpp197 CXXRecordDecl *ThisContext = in InstantiateAttrs() local
199 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateAttrs()
2885 CXXRecordDecl *ThisContext = nullptr; in SubstFunctionType() local
2888 ThisContext = cast<CXXRecordDecl>(Owner); in SubstFunctionType()
2896 ThisContext, ThisTypeQuals); in SubstFunctionType()
3033 CXXRecordDecl *ThisContext = nullptr; in InstantiateExceptionSpec() local
3036 ThisContext = Method->getParent(); in InstantiateExceptionSpec()
3039 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals, in InstantiateExceptionSpec()
DSemaTemplateDeduction.cpp2615 CXXRecordDecl *ThisContext = nullptr; in SubstituteExplicitTemplateArguments() local
2617 ThisContext = Method->getParent(); in SubstituteExplicitTemplateArguments()
2621 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
DTreeTransform.h547 CXXRecordDecl *ThisContext,
4486 CXXRecordDecl *ThisContext, in TransformFunctionProtoType() argument
4514 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
/external/clang/include/clang/Sema/
DSema.h6591 CXXRecordDecl *ThisContext,