Searched defs:PathDisplayStr (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCast.cpp1131 std::string PathDisplayStr; local
1138 PathDisplayStr += "\n ";
1142 PathDisplayStr += EI->Base->getType().getAsString() + " -> ";
1143 PathDisplayStr += QualType(DestType).getAsString();
1150 << PathDisplayStr << OpRange;
1241 std::string PathDisplayStr = Self.getAmbiguousPathsDisplayString(Paths); local
1243 << 1 << SrcClass << DestClass << PathDisplayStr << OpRange;
H A DSemaDeclCXX.cpp1455 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); local
1458 << Derived << Base << PathDisplayStr << Range << Name;
1489 std::string PathDisplayStr; local
1496 PathDisplayStr += "\n ";
1497 PathDisplayStr += Context.getTypeDeclType(Paths.getOrigin()).getAsString();
1500 PathDisplayStr += " -> " + Element->Base->getType().getAsString();
1504 return PathDisplayStr;
H A DSemaOverload.cpp2797 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); local
2799 << 0 << FromClass << ToClass << PathDisplayStr << From->getSourceRange();

Completed in 200 milliseconds