Home
last modified time | relevance | path

Searched refs:SynthesizedStrings (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Driver/
DArgList.cpp230 SynthesizedStrings.push_back(String0); in MakeIndex()
231 ArgStrings.push_back(SynthesizedStrings.back().c_str()); in MakeIndex()
/external/clang/include/clang/Driver/
DArgList.h285 mutable std::list<std::string> SynthesizedStrings; variable