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

/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp62 const std::string &CorrectedQuotedStr = Info.getArgStdStr(1); variable
63 if (Ident->getName() == FromName && CorrectedQuotedStr == ToName)
67 const std::string &CorrectedQuotedStr = Info.getArgStdStr(3); variable
68 if (Ident.getAsString() == FromName && CorrectedQuotedStr == ToName)

Completed in 92 milliseconds