HomeSort by relevance Sort by last modified time
    Searched refs:SynthesizedArgs (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Option/
ArgList.cpp 345 SynthesizedArgs.push_back(std::unique_ptr<Arg>(A));
349 SynthesizedArgs.push_back(
352 return SynthesizedArgs.back().get();
358 SynthesizedArgs.push_back(
361 return SynthesizedArgs.back().get();
367 SynthesizedArgs.push_back(
370 return SynthesizedArgs.back().get();
376 SynthesizedArgs.push_back(make_unique<Arg>(
379 return SynthesizedArgs.back().get();
  /external/llvm/include/llvm/Option/
ArgList.h 349 mutable SmallVector<std::unique_ptr<Arg>, 16> SynthesizedArgs;

Completed in 102 milliseconds