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

/external/clang/lib/Sema/
H A DSemaCast.cpp1314 std::string PathDisplayStr; local
1321 PathDisplayStr += "\n ";
1325 PathDisplayStr += EI->Base->getType().getAsString() + " -> ";
1326 PathDisplayStr += QualType(DestType).getAsString();
1333 << PathDisplayStr << OpRange;
1429 std::string PathDisplayStr = Self.getAmbiguousPathsDisplayString(Paths); local
1431 << 1 << SrcClass << DestClass << PathDisplayStr << OpRange;
H A DSemaDeclCXX.cpp1800 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); local
1803 << Derived << Base << PathDisplayStr << Range << Name;
1835 std::string PathDisplayStr; local
1842 PathDisplayStr += "\n ";
1843 PathDisplayStr += Context.getTypeDeclType(Paths.getOrigin()).getAsString();
1846 PathDisplayStr += " -> " + Element->Base->getType().getAsString();
1850 return PathDisplayStr;
H A DSemaOverload.cpp2813 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); local
2815 << 0 << FromClass << ToClass << PathDisplayStr << From->getSourceRange();

Completed in 354 milliseconds