Home | History | Annotate | Download | only in Tooling

Lines Matching defs:Directory

19 //  To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, Twine Filename,
47 : Directory(Directory.str()),
52 /// \brief The working directory the command was executed from.
53 std::string Directory;
75 /// \brief Loads a compilation database from a build directory.
82 /// compilation database for the build directory.
85 /// are named 'compile_commands.json' in the given directory. Extend this
99 /// Looks for a compilation database in directory 'SourceDir' and all
142 /// \brief Loads a compilation database from a build directory.
146 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
180 /// \param Directory The base directory used in the FixedCompilationDatabase.
183 Twine Directory = ".");
185 /// \brief Constructs a compilation data base from a specified directory
187 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine);
191 /// Will always return a vector with one entry that contains the directory