reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/Driver.cpp
 1832     os << "\"" << IA->getInputArg().getValue() << "\"";
 2395               C.MakeAction<InputAction>(IA->getInputArg(), Ty));
 2411         std::string FileName = IA->getInputArg().getAsString(Args);
 2843               C.MakeAction<InputAction>(IA->getInputArg(), IA->getType()));
 2851         std::string FileName = IA->getInputArg().getAsString(Args);
 4119     const Arg &Input = IA->getInputArg();
tools/clang/lib/Tooling/CompilationDatabase.cpp
  167         Inputs.push_back(IA->getInputArg().getSpelling());