Home
last modified time | relevance | path

Searched refs:getArgStdStr (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Basic/
DDiagnostic.cpp608 const std::string &S = getArgStdStr(ArgNo); in FormatDiagnostic()
697 (intptr_t)getArgStdStr(ArgNo).c_str())); in FormatDiagnostic()
/external/clang/include/clang/Basic/
DPartialDiagnostic.h199 AddString(Other.getArgStdStr(I)); in PartialDiagnostic()
DDiagnostic.h894 const std::string &getArgStdStr(unsigned Idx) const { in getArgStdStr() function