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

  /external/clang/include/clang/Lex/
DirectoryLookup.h 130 /// \param SearchPath If not NULL, will be set to the search path relative
134 /// SearchPath at which the file was found. This only differs from the
145 SmallVectorImpl<char> *SearchPath,
153 SmallVectorImpl<char> *SearchPath,
PPCallbacks.h 103 /// \param SearchPath Contains the search path which was used to find the file
105 /// SearchPath will be empty. For framework includes, the SearchPath and
108 /// "path/to/Frameworks/Some.framework/Headers/Some.h", SearchPath will be
112 /// \param RelativePath The path relative to SearchPath, at which the include
124 StringRef SearchPath,
299 StringRef SearchPath,
303 FilenameRange, File, SearchPath, RelativePath,
306 FilenameRange, File, SearchPath, RelativePath,
HeaderSearch.h 340 /// \param SearchPath If non-null, will be set to the search path relative
341 /// to which the file was found. If the include path is absolute, SearchPath
345 /// SearchPath at which the file was found. This only differs from the
355 SmallVectorImpl<char> *SearchPath,
369 SmallVectorImpl<char> *SearchPath,
PreprocessingRecord.h 571 StringRef SearchPath,
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 210 SmallVectorImpl<char> *SearchPath,
221 if (SearchPath != NULL) {
223 SearchPath->clear();
224 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end());
249 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
256 if (SearchPath != NULL) {
258 SearchPath->clear();
259 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end());
324 SmallVectorImpl<char> *SearchPath,
395 if (SearchPath != NULL)
    [all...]
PPDirectives.cpp 508 SmallVectorImpl<char> *SearchPath,
535 SearchPath, RelativePath, SuggestedModule, SkipCache);
544 SearchPath, RelativePath,
555 Filename, CurFileEnt, SearchPath, RelativePath,
    [all...]
PreprocessingRecord.cpp 434 StringRef SearchPath,
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 54 StringRef SearchPath,
63 this->SearchPath = SearchPath.str();
74 SmallString<16> SearchPath;
111 StringRef SearchPath = path::parent_path(HeaderPath);
112 const DirectoryEntry *DE = FileMgr.getDirectory(SearchPath);
  /external/clang/lib/Frontend/
DependencyGraph.cpp 55 StringRef SearchPath,
77 StringRef SearchPath,
DependencyFile.cpp 64 StringRef SearchPath,
138 StringRef SearchPath,
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 62 StringRef SearchPath,
158 StringRef /*SearchPath*/,
  /external/clang/tools/libclang/
Indexing.cpp 274 StringRef SearchPath,
    [all...]
  /external/v8/src/
platform-win32.cc     [all...]

Completed in 4452 milliseconds