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;
85 /// \brief Loads a compilation database from a build directory.
92 /// compilation database for the build directory.
95 /// are named 'compile_commands.json' in the given directory. Extend this
109 /// Looks for a compilation database in directory 'SourceDir' and all
152 /// \brief Loads a compilation database from a build directory.
156 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
189 /// \param Directory The base directory used in the FixedCompilationDatabase.
192 Twine Directory = ".");
194 /// \brief Constructs a compilation data base from a specified directory
196 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine);
200 /// Will always return a vector with one entry that contains the directory