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

1 2

  /external/clang/include/clang/Lex/
DirectoryLookup.h 157 /// \param RelativePath If not NULL, will be set to the path relative to
174 SmallVectorImpl<char> *RelativePath,
184 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,
358 StringRef SearchPath, StringRef RelativePath,
361 FilenameRange, File, SearchPath, RelativePath,
364 FilenameRange, File, SearchPath, RelativePath,
HeaderSearch.h 380 /// \param RelativePath If non-null, will be set to the path relative to
392 SmallVectorImpl<char> *RelativePath,
406 SmallVectorImpl<char> *RelativePath,
PreprocessingRecord.h 577 StringRef RelativePath,
  /external/clang/lib/Lex/
HeaderSearch.cpp 267 SmallVectorImpl<char> *RelativePath,
285 if (RelativePath) {
286 RelativePath->clear();
287 RelativePath->append(Filename.begin(), Filename.end());
296 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
328 if (RelativePath) {
329 RelativePath->clear();
330 RelativePath->append(Filename.begin(), Filename.end());
392 SmallVectorImpl<char> *RelativePath,
452 if (RelativePath) {
    [all...]
PPLexerChange.cpp 474 SmallString<128> RelativePath;
475 computeRelativePath(FileMgr, Dir, Header, RelativePath);
477 << Mod->getFullModuleName() << RelativePath;
PPDirectives.cpp 567 SmallVectorImpl<char> *RelativePath,
607 RelativePath, SuggestedModule, SkipCache);
622 SearchPath, RelativePath,
638 Filename, CurFileEnt, SearchPath, RelativePath,
    [all...]
PreprocessingRecord.cpp 444 StringRef RelativePath,
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 66 StringRef RelativePath,
75 this->RelativePath = RelativePath.str();
86 SmallString<16> RelativePath;
  /external/clang/lib/Frontend/
DependencyGraph.cpp 52 StringRef SearchPath, StringRef RelativePath,
74 StringRef RelativePath,
DependencyFile.cpp 70 StringRef SearchPath, StringRef RelativePath,
163 StringRef SearchPath, StringRef RelativePath,
267 StringRef RelativePath,
PrintPreprocessedOutput.cpp 133 StringRef SearchPath, StringRef RelativePath,
325 StringRef RelativePath,
  /external/clang/lib/Tooling/
Tooling.cpp 141 StringRef RelativePath(File);
143 if (RelativePath.startswith("./")) {
144 RelativePath = RelativePath.substr(strlen("./"));
147 SmallString<1024> AbsolutePath = RelativePath;
  /external/chromium_org/tools/gyp/pylib/gyp/
common.py 99 build_file = RelativePath(build_file, '.')
134 def RelativePath(path, relative_to):
181 return RelativePath(toplevel_dir, os.path.join(toplevel_dir, path))
185 # Like RelativePath but returns |path| unchanged if it is absolute.
188 return RelativePath(path, relative_to)
MSVSNew.py 249 relative_path = gyp.common.RelativePath(e.path, sln_root)
input.py 358 d = gyp.common.RelativePath(depth, os.path.dirname(build_file_path))
389 gyp.common.RelativePath(included_file,
843 rel_build_file_dir = gyp.common.RelativePath(build_file_dir, toplevel)
850 replacement = gyp.common.RelativePath(path, build_file_dir)
    [all...]
  /external/llvm/unittests/Support/
LockFileManagerTest.cpp 90 TEST(LockFileManagerTest, RelativePath) {
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
android.py 735 path = gyp.common.RelativePath(path, self.android_top_dir)
    [all...]
make.py     [all...]
msvs.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_proj.sh 71 open_tag File RelativePath="$f"
516 RelativePath=".\ReadMe.txt"
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 147 open_tag File RelativePath="./$f"
588 RelativePath=".\ReadMe.txt"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_proj.sh 147 open_tag File RelativePath="./$f"
588 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 66 StringRef SearchPath, StringRef RelativePath,
176 StringRef /*RelativePath*/,

Completed in 1432 milliseconds

1 2