Searched defs:SourceDir (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/gn/
H A Dsource_dir.cc22 SourceDir::SourceDir() { function in class:SourceDir
25 SourceDir::SourceDir(const base::StringPiece& p) function in class:SourceDir
32 SourceDir::SourceDir(SwapIn, std::string* s) { function in class:SourceDir
39 SourceDir::~SourceDir() {
42 SourceFile SourceDir::ResolveRelativeFile(
80 SourceDir SourceDi
[all...]
H A Dsource_dir.h25 class SourceDir { class
29 SourceDir();
30 explicit SourceDir(const base::StringPiece& p);
33 SourceDir(SwapIn, std::string* s);
34 ~SourceDir();
37 // an empty SourceDir/File on error. Empty input is always an error (it's
47 SourceDir ResolveRelativeDir(
84 bool operator==(const SourceDir& other) const {
87 bool operator!=(const SourceDir& other) const {
90 bool operator<(const SourceDir
[all...]
/external/clang/lib/Tooling/
H A DCompilationDatabase.cpp98 CompilationDatabase::autoDetectFromDirectory(StringRef SourceDir, argument
100 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir));
107 SourceDir + "\"\n" + ErrorMessage).str();

Completed in 1964 milliseconds