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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp786 CXXRecordDecl *ThisContext,
1323 CXXRecordDecl *ThisContext,
1329 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec);
1570 CXXRecordDecl *ThisContext,
1596 TLB, Proto, ThisContext, ThisTypeQuals,
2059 CXXRecordDecl *ThisContext = local
2061 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0,
1321 TransformFunctionProtoType(TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, unsigned ThisTypeQuals, Fn TransformExceptionSpec) argument
1566 SubstFunctionDeclType(TypeSourceInfo *T, const MultiLevelTemplateArgumentList &Args, SourceLocation Loc, DeclarationName Entity, CXXRecordDecl *ThisContext, unsigned ThisTypeQuals) argument
H A DSemaTemplateInstantiateDecl.cpp255 CXXRecordDecl *ThisContext = local
257 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0,
2976 CXXRecordDecl *ThisContext = nullptr; local
2979 ThisContext = cast<CXXRecordDecl>(Owner);
2987 ThisContext, ThisTypeQuals);
H A DSemaTemplateDeduction.cpp2580 CXXRecordDecl *ThisContext = nullptr; local
2582 ThisContext = Method->getParent();
2586 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals,
H A DTreeTransform.h569 CXXRecordDecl *ThisContext,
4616 TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext,
4644 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals);
4615 TransformFunctionProtoType( TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, unsigned ThisTypeQuals, Fn TransformExceptionSpec) argument
/external/clang/include/clang/Sema/
H A DSema.h6715 CXXRecordDecl *ThisContext,

Completed in 123 milliseconds