OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SearchPath
(Results
1 - 11
of
11
) sorted by null
/external/clang/lib/Lex/
HeaderSearch.cpp
121
llvm::SmallVectorImpl<char> *
SearchPath
,
128
if (
SearchPath
!= NULL) {
130
SearchPath
->clear();
131
SearchPath
->append(SearchPathRef.begin(), SearchPathRef.end());
141
return DoFrameworkLookup(Filename, HS,
SearchPath
, RelativePath);
147
if (
SearchPath
!= NULL) {
149
SearchPath
->clear();
150
SearchPath
->append(SearchPathRef.begin(), SearchPathRef.end());
166
llvm::SmallVectorImpl<char> *
SearchPath
,
223
if (
SearchPath
!= NULL)
[
all
...]
PreprocessingRecord.cpp
159
llvm::StringRef
SearchPath
,
PPDirectives.cpp
479
llvm::SmallVectorImpl<char> *
SearchPath
,
504
SearchPath
, RelativePath);
513
SearchPath
, RelativePath)))
523
Filename, CurFileEnt,
SearchPath
, RelativePath)))
[
all
...]
/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
137
llvm::SmallVectorImpl<char> *
SearchPath
,
143
llvm::SmallVectorImpl<char> *
SearchPath
,
PPCallbacks.h
80
/// \param
SearchPath
Contains the search path which was used to find the file
82
///
SearchPath
will be empty. For framework includes, the
SearchPath
and
85
/// "path/to/Frameworks/Some.framework/Headers/Some.h",
SearchPath
will be
89
/// \param RelativePath The path relative to
SearchPath
, at which the include
97
llvm::StringRef
SearchPath
,
225
llvm::StringRef
SearchPath
,
228
EndLoc,
SearchPath
, RelativePath);
230
EndLoc,
SearchPath
, RelativePath);
HeaderSearch.h
207
/// \param
SearchPath
If non-null, will be set to the search path relative
208
/// to which the file was found. If the include path is absolute,
SearchPath
212
///
SearchPath
at which the file was found. This only differs from the
218
llvm::SmallVectorImpl<char> *
SearchPath
,
229
llvm::SmallVectorImpl<char> *
SearchPath
,
PreprocessingRecord.h
354
llvm::StringRef
SearchPath
,
Preprocessor.h
[
all
...]
/external/clang/lib/Frontend/
DependencyFile.cpp
62
llvm::StringRef
SearchPath
,
150
llvm::StringRef
SearchPath
,
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
/external/v8/src/
platform-win32.cc
[
all
...]
Completed in 1003 milliseconds