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

/external/clang/lib/Sema/
H A DSemaCast.cpp1315 std::string PathDisplayStr; local
1321 PathDisplayStr += "\n ";
1323 PathDisplayStr += PE.Base->getType().getAsString() + " -> ";
1324 PathDisplayStr += QualType(DestType).getAsString();
1331 << PathDisplayStr << OpRange;
1429 std::string PathDisplayStr = Self.getAmbiguousPathsDisplayString(Paths); local
1431 << 1 << SrcClass << DestClass << PathDisplayStr << OpRange;
H A DSemaDeclCXX.cpp1805 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); local
1808 << Derived << Base << PathDisplayStr << Range << Name;
1838 std::string PathDisplayStr; local
1845 PathDisplayStr += "\n ";
1846 PathDisplayStr += Context.getTypeDeclType(Paths.getOrigin()).getAsString();
1849 PathDisplayStr += " -> " + Element->Base->getType().getAsString();
1853 return PathDisplayStr;
H A DSemaOverload.cpp2885 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); local
2887 << 0 << FromClass << ToClass << PathDisplayStr << From->getSourceRange();

Completed in 263 milliseconds