Searched defs:ThisContext (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp795 CXXRecordDecl *ThisContext,
1319 CXXRecordDecl *ThisContext,
1323 return inherited::TransformFunctionProtoType(TLB, TL, ThisContext,
1564 CXXRecordDecl *ThisContext,
1583 Result = Instantiator.TransformFunctionProtoType(TLB, Proto, ThisContext,
2052 CXXRecordDecl *ThisContext = local
2054 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0,
1317 TransformFunctionProtoType(TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, unsigned ThisTypeQuals) argument
1560 SubstFunctionDeclType(TypeSourceInfo *T, const MultiLevelTemplateArgumentList &Args, SourceLocation Loc, DeclarationName Entity, CXXRecordDecl *ThisContext, unsigned ThisTypeQuals) argument
H A DSemaTemplateDeduction.cpp2615 CXXRecordDecl *ThisContext = nullptr; local
2617 ThisContext = Method->getParent();
2621 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals,
H A DSemaTemplateInstantiateDecl.cpp197 CXXRecordDecl *ThisContext = local
199 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0,
2885 CXXRecordDecl *ThisContext = nullptr; local
2888 ThisContext = cast<CXXRecordDecl>(Owner);
2896 ThisContext, ThisTypeQuals);
3033 CXXRecordDecl *ThisContext = nullptr; local
3036 ThisContext = Method->getParent();
3039 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals,
H A DTreeTransform.h547 CXXRecordDecl *ThisContext,
4486 CXXRecordDecl *ThisContext,
4514 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals);
4484 TransformFunctionProtoType(TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, unsigned ThisTypeQuals) argument

Completed in 537 milliseconds