Lines Matching refs:CXXBasePath
82 [BaseDecl](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in isDerivedFrom()
102 [BaseDecl](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in isVirtuallyDerivedFrom()
329 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases()
344 for (const CXXBasePath &HidingP : Paths) { in lookupInBases()
363 CXXBasePath &Path, in FindBaseClass()
372 CXXBasePath &Path, in FindVirtualBaseClass()
386 static bool findOrdinaryMember(const CXXRecordDecl *RD, CXXBasePath &Path, in findOrdinaryMember()
397 CXXBasePath P; in hasMemberName()
403 [Name](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in hasMemberName()
412 CXXBasePath &Path, DeclarationName Name) { in findOrdinaryMemberInDependentClasses()
450 [&](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in lookupDependentName()