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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp802 CXXRecordDecl *ThisContext,
1309 CXXRecordDecl *ThisContext,
1315 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec);
1546 CXXRecordDecl *ThisContext,
1572 TLB, Proto, ThisContext, ThisTypeQuals,
2072 CXXRecordDecl *ThisContext = local
2074 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0,
1307 TransformFunctionProtoType(TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, unsigned ThisTypeQuals, Fn TransformExceptionSpec) argument
1542 SubstFunctionDeclType(TypeSourceInfo *T, const MultiLevelTemplateArgumentList &Args, SourceLocation Loc, DeclarationName Entity, CXXRecordDecl *ThisContext, unsigned ThisTypeQuals) argument
H A DSemaTemplateDeduction.cpp2587 CXXRecordDecl *ThisContext = nullptr; local
2589 ThisContext = Method->getParent();
2593 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals,
H A DSemaTemplateInstantiateDecl.cpp246 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext()); local
260 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, /*TypeQuals=*/0,
391 CXXRecordDecl *ThisContext = local
393 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0,
3195 CXXRecordDecl *ThisContext = nullptr; local
3198 ThisContext = cast<CXXRecordDecl>(Owner);
3206 ThisContext, ThisTypeQuals);
H A DTreeTransform.h582 CXXRecordDecl *ThisContext,
4932 TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext,
4964 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals);
4931 TransformFunctionProtoType( TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, unsigned ThisTypeQuals, Fn TransformExceptionSpec) argument

Completed in 163 milliseconds