/external/clang/lib/Serialization/ |
H A D | ASTReaderInternals.h | 190 const char *SearchPath; member in class:clang::serialization::reader::HeaderFileInfoTrait 195 if (Path == SearchPath) { 214 const char *SearchPath = 0) 216 SearchPath(SearchPath) { }
|
/external/clang/lib/Lex/ |
H A D | 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 ! 202 LookupFile( StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module **SuggestedModule, bool &InUserSpecifiedSystemFramework) const argument 267 DoFrameworkLookup( StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module **SuggestedModule, bool &InUserSpecifiedSystemFramework) const argument 398 LookupFile( StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, const FileEntry *CurFileEnt, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module **SuggestedModule, bool SkipCache) argument 582 LookupSubframeworkHeader(StringRef Filename, const FileEntry *ContextFileEnt, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath) argument [all...] |
H A D | PPDirectives.cpp | 506 SmallVectorImpl<char> *SearchPath, 533 SearchPath, RelativePath, SuggestedModule, SkipCache); 543 SearchPath, RelativePath))) 553 Filename, CurFileEnt, SearchPath, RelativePath))) 1359 SmallString<1024> SearchPath; local 1366 Callbacks ? &SearchPath : NULL, Callbacks ? &RelativePath : NULL, 1389 End, SearchPath, RelativePath); 1399 Callbacks ? &SearchPath : 0, 501 LookupFile( StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module **SuggestedModule, bool SkipCache) argument
|
H A D | PreprocessingRecord.cpp | 394 StringRef SearchPath,
|
/external/clang/include/clang/Lex/ |
H A D | 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,
|
H A D | PPCallbacks.h | 102 /// \param SearchPath Contains the search path which was used to find the file 104 /// SearchPath will be empty. For framework includes, the SearchPath and 107 /// "path/to/Frameworks/Some.framework/Headers/Some.h", SearchPath will be 111 /// \param RelativePath The path relative to SearchPath, at which the include 119 StringRef SearchPath, 271 StringRef SearchPath, 274 EndLoc, SearchPath, RelativePath); 276 EndLoc, SearchPath, RelativePath); 113 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument 265 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
|
H A D | HeaderSearch.h | 323 /// \param SearchPath If non-null, will be set to the search path relative 324 /// to which the file was found. If the include path is absolute, SearchPath 328 /// SearchPath at which the file was found. This only differs from the 338 SmallVectorImpl<char> *SearchPath, 352 SmallVectorImpl<char> *SearchPath,
|
H A D | PreprocessingRecord.h | 602 StringRef SearchPath,
|
H A D | Preprocessor.h | 1103 SmallVectorImpl<char> *SearchPath,
|
/external/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 56 StringRef SearchPath, 77 StringRef SearchPath, 71 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
|
H A D | DependencyFile.cpp | 64 StringRef SearchPath, 137 StringRef SearchPath, 131 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
|
/external/llvm/lib/Support/Windows/ |
H A D | Program.inc | 70 DWORD len = SearchPath(NULL, progName.c_str(), ".exe", MAX_PATH, 84 DWORD len2 = SearchPath(NULL, progName.c_str(), ".exe", len+1, b, &dummy);
|
/external/clang/lib/Rewrite/Frontend/ |
H A D | InclusionRewriter.cpp | 62 StringRef SearchPath, 157 StringRef /*SearchPath*/,
|
/external/clang/tools/libclang/ |
H A D | Indexing.cpp | 73 StringRef SearchPath, 67 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
|
/external/v8/src/ |
H A D | platform-win32.cc | 1112 OUT PSTR SearchPath,
|