Searched refs:SearchPath (Results 1 - 15 of 15) sorted by relevance

/external/clang/lib/Serialization/
H A DASTReaderInternals.h190 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 DHeaderSearch.cpp205 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 DPPDirectives.cpp506 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 DPreprocessingRecord.cpp394 StringRef SearchPath,
/external/clang/include/clang/Lex/
H A DDirectoryLookup.h138 /// \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 DPPCallbacks.h102 /// \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 DHeaderSearch.h323 /// \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 DPreprocessingRecord.h602 StringRef SearchPath,
H A DPreprocessor.h1103 SmallVectorImpl<char> *SearchPath,
/external/clang/lib/Frontend/
H A DDependencyGraph.cpp56 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 DDependencyFile.cpp64 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 DProgram.inc70 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 DInclusionRewriter.cpp62 StringRef SearchPath,
157 StringRef /*SearchPath*/,
/external/clang/tools/libclang/
H A DIndexing.cpp73 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 Dplatform-win32.cc1112 OUT PSTR SearchPath,

Completed in 248 milliseconds