Home | History | Annotate | Download | only in Sema

Lines Matching refs:PathDisplayStr

1264     std::string PathDisplayStr;
1271 PathDisplayStr += "\n ";
1275 PathDisplayStr += EI->Base->getType().getAsString() + " -> ";
1276 PathDisplayStr += QualType(DestType).getAsString();
1283 << PathDisplayStr << OpRange;
1375 std::string PathDisplayStr = Self.getAmbiguousPathsDisplayString(Paths);
1377 << 1 << SrcClass << DestClass << PathDisplayStr << OpRange;