Home | History | Annotate | Download | only in Sema

Lines Matching refs:PathDisplayStr

1455   std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths);
1458 << Derived << Base << PathDisplayStr << Range << Name;
1489 std::string PathDisplayStr;
1496 PathDisplayStr += "\n ";
1497 PathDisplayStr += Context.getTypeDeclType(Paths.getOrigin()).getAsString();
1500 PathDisplayStr += " -> " + Element->Base->getType().getAsString();
1504 return PathDisplayStr;