Searched refs:Paths (Results 26 - 28 of 28) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4873 bool IsDerivedFrom(QualType Derived, QualType Base, CXXBasePaths &Paths);
4876 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);
4891 std::string getAmbiguousPathsDisplayString(CXXBasePaths &Paths);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp5942 CXXBasePaths Paths; local
5949 if (DC->lookupInBases(&FindOverriddenMethod, &Data, Paths)) {
5950 for (CXXBasePaths::decl_iterator I = Paths.found_decls_begin(),
5951 E = Paths.found_decls_end(); I != E; ++I) {
H A DSemaExpr.cpp10079 CXXBasePaths Paths; local
10080 if (IsDerivedFrom(CurrentType, Context.getTypeDeclType(Parent), Paths)) {
10081 if (Paths.getDetectedVirtual()) {
10088 CXXBasePath &Path = Paths.front();

Completed in 296 milliseconds

12