HomeSort by relevance Sort by last modified time
    Searched refs:SourceFile (Results 51 - 75 of 77) sorted by null

1 23 4

  /external/clang/lib/Basic/
SourceManager.cpp 652 void SourceManager::overrideFileContents(const FileEntry *SourceFile,
655 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile);
661 getOverriddenFilesInfo().OverriddenFilesWithBuffer.insert(SourceFile);
664 void SourceManager::overrideFileContents(const FileEntry *SourceFile,
666 assert(SourceFile->getSize() == NewFile->getSize() &&
669 assert(FileInfos.count(SourceFile) == 0 &&
672 getOverriddenFilesInfo().OverriddenFiles[SourceFile] = NewFile;
    [all...]
  /external/chromium_org/tools/gn/
action_target_generator.cc 75 SourceFile script_file =
function_get_target_outputs.cc 120 std::vector<SourceFile> files;
function_write_file.cc 60 SourceFile source_file = cur_dir.ResolveRelativeFile(args[0].string_value());
ninja_copy_target_writer.cc 96 const SourceFile& input_file = target_->sources()[i];
ninja_action_target_writer.cc 74 WriteDepfile(SourceFile());
201 const SourceFile& source,
214 void NinjaActionTargetWriter::WriteDepfile(const SourceFile& source) {
value_extractors.cc 69 bool operator()(const Value& v, SourceFile* out, Err* err) const {
157 std::vector<SourceFile>* files,
215 SourceFile* file,
scope_unittest.cc 32 InputFile input_file(SourceFile("//foo"));
203 InputFile input_file(SourceFile("//foo"));
238 InputFile input_file(SourceFile("//foo"));
parse_tree_unittest.cc 16 InputFile input_file(SourceFile("//foo"));
input_conversion.cc 40 SourceFile(), &input_file, &tokens, &parse_root_ptr);
path_output.cc 26 void PathOutput::WriteFile(std::ostream& out, const SourceFile& file) const {
test_with_scope.cc 132 : input_file_(SourceFile("//test")) {
ninja_binary_target_writer.cc 444 const std::vector<SourceFile>& data = target_->data();
459 const SourceFile& source,
ninja_build_writer.cc 110 SourceFile(build_settings->build_dir().value() + "build.ninja")));
target.h 44 typedef std::vector<SourceFile> FileList;
command_format.cc 341 SourceFile input_file(input_filename);
function_exec_script.cc 308 SourceFile script_source =
command_desc.cc 354 std::vector<SourceFile> output_files;
functions.cc 470 SourceFile import_file =
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 83 CompilationDatabase::autoDetectFromSource(StringRef SourceFile,
85 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile));
93 SourceFile + "\"\n" + ErrorMessage).str();
  /external/clang/include/clang/Basic/
SourceManager.h 777 FileID createFileID(const FileEntry *SourceFile, SourceLocation IncludePos,
781 IR = getOrCreateContentCache(SourceFile,
827 /// \param SourceFile the source file whose contents will be overriden.
834 void overrideFileContents(const FileEntry *SourceFile,
839 /// \param SourceFile the source file which will be overriden.
843 void overrideFileContents(const FileEntry *SourceFile
    [all...]
  /external/lldb/source/Symbol/
Symbol.cpp 387 ENUM_TO_CSTRING(SourceFile);
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 

Completed in 792 milliseconds

1 23 4