Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp5321 static const void *GetKeyForBase(ASTContext &Context, QualType BaseType) { in GetKeyForBase() function
5328 return GetKeyForBase(Context, QualType(Member->getBaseClass(), 0)); in GetKeyForMember()
5376 IdealInitKeys.push_back(GetKeyForBase(SemaRef.Context, VBase.getType())); in DiagnoseBaseOrMemInitializerOrder()
5382 IdealInitKeys.push_back(GetKeyForBase(SemaRef.Context, Base.getType())); in DiagnoseBaseOrMemInitializerOrder()