HomeSort by relevance Sort by last modified time
    Searched refs:RelativePath (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/lib/Lex/
HeaderSearch.cpp 227 SmallVectorImpl<char> *RelativePath,
242 if (RelativePath != NULL) {
243 RelativePath->clear();
244 RelativePath->append(Filename.begin(), Filename.end());
266 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
278 if (RelativePath != NULL) {
279 RelativePath->clear();
280 RelativePath->append(Filename.begin(), Filename.end());
342 SmallVectorImpl<char> *RelativePath,
402 if (RelativePath != NULL)
    [all...]
PPLexerChange.cpp 416 SmallString<128> RelativePath;
417 computeRelativePath(FileMgr, Dir, Header, RelativePath);
419 << Mod->getFullModuleName() << RelativePath;
PPDirectives.cpp 542 SmallVectorImpl<char> *RelativePath,
568 SearchPath, RelativePath, SuggestedModule, SkipCache);
602 SearchPath, RelativePath,
613 Filename, CurFileEnt, SearchPath, RelativePath,
    [all...]
PreprocessingRecord.cpp 440 StringRef RelativePath,
  /external/clang/include/clang/Lex/
DirectoryLookup.h 153 /// \param RelativePath If not NULL, will be set to the path relative to
166 SmallVectorImpl<char> *RelativePath,
174 SmallVectorImpl<char> *RelativePath,
PPCallbacks.h 108 /// RelativePath will be split up. For example, if an include of "Some/Some.h"
111 /// "path/to/Frameworks/Some.framework/Headers" and RelativePath will be
114 /// \param RelativePath The path relative to SearchPath, at which the include
127 StringRef RelativePath,
339 StringRef RelativePath,
342 FilenameRange, File, SearchPath, RelativePath,
345 FilenameRange, File, SearchPath, RelativePath,
HeaderSearch.h 362 /// \param RelativePath If non-null, will be set to the path relative to
374 SmallVectorImpl<char> *RelativePath,
388 SmallVectorImpl<char> *RelativePath,
PreprocessingRecord.h 572 StringRef RelativePath,
Preprocessor.h     [all...]
  /external/clang/lib/Frontend/
DependencyGraph.cpp 56 StringRef RelativePath,
78 StringRef RelativePath,
DependencyFile.cpp 66 StringRef RelativePath,
140 StringRef RelativePath,
PrintPreprocessedOutput.cpp 137 StringRef RelativePath,
331 StringRef RelativePath,
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 56 StringRef RelativePath,
65 this->RelativePath = RelativePath.str();
76 SmallString<16> RelativePath;
  /external/clang/lib/Tooling/
Tooling.cpp 137 StringRef RelativePath(File);
139 if (RelativePath.startswith("./")) {
140 RelativePath = RelativePath.substr(strlen("./"));
143 llvm::sys::path::append(AbsolutePath, RelativePath);
  /external/chromium_org/tools/gyp/pylib/gyp/
common.py 90 build_file = RelativePath(build_file, '.')
125 def RelativePath(path, relative_to):
172 return RelativePath(toplevel_dir, os.path.join(toplevel_dir, path))
176 # Like RelativePath but returns |path| unchanged if it is absolute.
179 return RelativePath(path, relative_to)
MSVSNew.py 249 relative_path = gyp.common.RelativePath(e.path, sln_root)
input.py 344 d = gyp.common.RelativePath(depth, os.path.dirname(build_file_path))
379 gyp.common.RelativePath(included_file,
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
android.py 710 path = gyp.common.RelativePath(path, self.android_top_dir)
    [all...]
make.py     [all...]
msvs.py 914 relative_path_of_gyp_file = gyp.common.RelativePath(gyp_path, project_dir)
    [all...]
xcode.py 109 projectDirPath = gyp.common.RelativePath(
    [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 147 open_tag File RelativePath="./$f"
589 RelativePath=".\ReadMe.txt"
  /external/chromium_org/tools/gyp/tools/
pretty_vcproj.py 132 if name in ['InheritedPropertySheets', 'RelativePath',
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 71 StringRef RelativePath,
177 StringRef /*RelativePath*/,
  /external/clang/tools/libclang/
Indexing.cpp 276 StringRef RelativePath,
    [all...]

Completed in 1115 milliseconds

1 2