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

  /external/clang/include/clang/Lex/
DirectoryLookup.h 141 /// \param RelativePath If not NULL, will be set to the path relative to
154 SmallVectorImpl<char> *RelativePath,
162 SmallVectorImpl<char> *RelativePath,
PPCallbacks.h 103 /// RelativePath will be split up. For example, if an include of "Some/Some.h"
106 /// "path/to/Frameworks/Some.framework/Headers" and RelativePath will be
109 /// \param RelativePath The path relative to SearchPath, at which the include
118 StringRef RelativePath) {
273 StringRef RelativePath) {
275 EndLoc, SearchPath, RelativePath);
277 EndLoc, SearchPath, RelativePath);
HeaderSearch.h 314 /// \param RelativePath If non-null, will be set to the path relative to
326 SmallVectorImpl<char> *RelativePath,
339 SmallVectorImpl<char> *RelativePath);
PreprocessingRecord.h 603 StringRef RelativePath);
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 206 SmallVectorImpl<char> *RelativePath,
221 if (RelativePath != NULL) {
222 RelativePath->clear();
223 RelativePath->append(Filename.begin(), Filename.end());
244 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
256 if (RelativePath != NULL) {
257 RelativePath->clear();
258 RelativePath->append(Filename.begin(), Filename.end());
271 SmallVectorImpl<char> *RelativePath,
331 if (RelativePath != NULL)
    [all...]
PPLexerChange.cpp 380 SmallString<128> RelativePath;
381 computeRelativePath(FileMgr, Dir, Header, RelativePath);
383 << RelativePath;
PPDirectives.cpp 496 SmallVectorImpl<char> *RelativePath,
522 SearchPath, RelativePath, SuggestedModule, SkipCache);
532 SearchPath, RelativePath)))
542 Filename, CurFileEnt, SearchPath, RelativePath)))
    [all...]
PreprocessingRecord.cpp 395 StringRef RelativePath) {
  /external/clang/lib/Frontend/
DependencyGraph.cpp 57 StringRef RelativePath);
78 StringRef RelativePath) {
DependencyFile.cpp 65 StringRef RelativePath);
138 StringRef RelativePath) {
  /external/clang/lib/Tooling/
Tooling.cpp 127 StringRef RelativePath(File);
128 if (RelativePath.startswith("./")) {
129 RelativePath = RelativePath.substr(strlen("./"));
132 llvm::sys::path::append(AbsolutePath, RelativePath);
  /external/libvpx/build/make/
gen_msvs_proj.sh 145 open_tag File RelativePath="./$f"
323 x86*) $uses_asm && tag ToolFile RelativePath="$self_dirname/../x86-msvs/yasm.rules"
564 RelativePath=".\ReadMe.txt"
  /external/clang/tools/libclang/
Indexing.cpp 74 StringRef RelativePath) {
  /external/regex-re2/lib/codereview/
codereview.py 1006 def RelativePath(path, cwd):
1023 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
1053 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
    [all...]

Completed in 375 milliseconds