Home | History | Annotate | Download | only in Sema

Lines Matching refs:PathDisplayStr

1131     std::string PathDisplayStr;
1138 PathDisplayStr += "\n ";
1142 PathDisplayStr += EI->Base->getType().getAsString() + " -> ";
1143 PathDisplayStr += QualType(DestType).getAsString();
1150 << PathDisplayStr << OpRange;
1241 std::string PathDisplayStr = Self.getAmbiguousPathsDisplayString(Paths);
1243 << 1 << SrcClass << DestClass << PathDisplayStr << OpRange;