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

  /external/clang/include/clang/Lex/
DirectoryLookup.h 138 /// \param SearchPath If not NULL, will be set to the search path relative
142 /// SearchPath at which the file was found. This only differs from the
153 SmallVectorImpl<char> *SearchPath,
161 SmallVectorImpl<char> *SearchPath,
PPCallbacks.h 100 /// \param SearchPath Contains the search path which was used to find the file
102 /// SearchPath will be empty. For framework includes, the SearchPath and
105 /// "path/to/Frameworks/Some.framework/Headers/Some.h", SearchPath will be
109 /// \param RelativePath The path relative to SearchPath, at which the include
117 StringRef SearchPath,
272 StringRef SearchPath,
275 EndLoc, SearchPath, RelativePath);
277 EndLoc, SearchPath, RelativePath);
HeaderSearch.h 310 /// \param SearchPath If non-null, will be set to the search path relative
311 /// to which the file was found. If the include path is absolute, SearchPath
315 /// SearchPath at which the file was found. This only differs from the
325 SmallVectorImpl<char> *SearchPath,
338 SmallVectorImpl<char> *SearchPath,
PreprocessingRecord.h 602 StringRef SearchPath,
Preprocessor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderInternals.h 190 const char *SearchPath;
195 if (Path == SearchPath) {
214 const char *SearchPath = 0)
216 SearchPath(SearchPath) { }
  /external/clang/lib/Lex/
HeaderSearch.cpp 205 SmallVectorImpl<char> *SearchPath,
216 if (SearchPath != NULL) {
218 SearchPath->clear();
219 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end());
244 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
251 if (SearchPath != NULL) {
253 SearchPath->clear();
254 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end());
270 SmallVectorImpl<char> *SearchPath,
352 if (SearchPath != NULL)
    [all...]
PPDirectives.cpp 495 SmallVectorImpl<char> *SearchPath,
522 SearchPath, RelativePath, SuggestedModule, SkipCache);
532 SearchPath, RelativePath)))
542 Filename, CurFileEnt, SearchPath, RelativePath)))
    [all...]
PreprocessingRecord.cpp 394 StringRef SearchPath,
  /external/clang/lib/Frontend/
DependencyGraph.cpp 56 StringRef SearchPath,
77 StringRef SearchPath,
DependencyFile.cpp 64 StringRef SearchPath,
137 StringRef SearchPath,
  /external/clang/tools/libclang/
Indexing.cpp 73 StringRef SearchPath,
  /external/v8/src/
platform-win32.cc     [all...]

Completed in 660 milliseconds