Searched defs:CommandLines (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Tooling/
H A DTooling.h174 std::vector<CommandLine> CommandLines; member in class:clang::tooling::ClangTool
/external/llvm/include/llvm/Analysis/
H A DProfileInfoLoader.h32 std::vector<std::string> CommandLines; member in class:llvm::ProfileInfoLoader
47 unsigned getNumExecutions() const { return CommandLines.size(); }
48 const std::string &getExecution(unsigned i) const { return CommandLines[i]; }

Completed in 152 milliseconds