Home
last modified time | relevance | path

Searched defs:SourceFile (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/tools/gn/
Dsource_file.cc12 SourceFile::SourceFile() { in SourceFile() function in SourceFile
15 SourceFile::SourceFile(const base::StringPiece& p) in SourceFile() function in SourceFile
22 SourceFile::SourceFile(SwapIn, std::string* value) { in SourceFile() function in SourceFile
Dninja_utils.h11 class SourceFile; variable
Doutput_file.h13 class SourceFile; variable
Dimport_manager.h15 class SourceFile; variable
Dvalue_extractors.h18 class SourceFile; variable
Dsubstitution_writer.h18 class SourceFile; variable
Dsource_dir.h16 class SourceFile; variable
Dsource_file_type.h8 class SourceFile; variable
Dpath_output.h17 class SourceFile; variable
Dloader.h23 class SourceFile; variable
Dheader_checker.h24 class SourceFile; variable
/external/llvm/tools/llvm-cov/
Dllvm-cov.cpp79 void reportCoverage(StringRef SourceFile) { in reportCoverage()
147 for (const auto &SourceFile : SourceFiles) in main() local
/external/clang/lib/Tooling/
DCompilationDatabase.cpp83 CompilationDatabase::autoDetectFromSource(StringRef SourceFile, in autoDetectFromSource()
/external/clang/lib/Basic/
DSourceManager.cpp652 void SourceManager::overrideFileContents(const FileEntry *SourceFile, in overrideFileContents()
664 void SourceManager::overrideFileContents(const FileEntry *SourceFile, in overrideFileContents()
1587 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol()