HomeSort by: relevance | last modified time | path
    Searched refs:ResultFiles (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Compilation.h 109 ArgStringMap ResultFiles;
214 const ArgStringMap &getResultFiles() const { return ResultFiles; }
253 ResultFiles[JA] = Name;
  /src/external/apache2/llvm/dist/clang/tools/arcmt-test/
arcmt-test.cpp 56 ResultFiles(llvm::cl::Positional, llvm::cl::desc("<filename>..."));
223 static bool verifyTransformedFiles(ArrayRef<std::string> resultFiles) {
226 assert(!resultFiles.empty());
231 I = resultFiles.begin(), E = resultFiles.end(); I != E; ++I) {
358 if (ResultFiles.empty()) {
362 return verifyTransformedFiles(ResultFiles);
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Compilation.cpp 272 ResultFiles.clear();

Completed in 29 milliseconds