OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SearchDirs
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearch.h
168
/// directory of the \#including file first, then each directory in
SearchDirs
170
/// directory in
SearchDirs
, starting at AngledDirIdx, consecutively. If
173
std::vector<DirectoryLookup>
SearchDirs
;
198
/// Starting index in
SearchDirs
that the cached search was performed from.
203
/// The entry in
SearchDirs
that satisfied the query.
277
SearchDirs
= dirs;
287
SearchDirs
.insert(
SearchDirs
.begin() + idx, dir);
398
/// found in any of searched
SearchDirs
. Will be set to false if a framework
720
search_dir_iterator search_dir_begin() const { return
SearchDirs
.begin();
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp
263
for (unsigned Idx = 0, N =
SearchDirs
.size(); Idx != N; ++Idx) {
264
if (
SearchDirs
[Idx].isFramework()) {
269
FrameworkDirName +=
SearchDirs
[Idx].getFrameworkDir()->getName();
273
=
SearchDirs
[Idx].getDirCharacteristic() != SrcMgr::C_User;
283
if (!
SearchDirs
[Idx].isNormalDir())
286
bool IsSystem =
SearchDirs
[Idx].isSystemHeaderDirectory();
288
if (loadModuleMapFile(
SearchDirs
[Idx].getDir(), IsSystem,
300
NestedModuleMapDirName =
SearchDirs
[Idx].getDir()->getName();
312
if (
SearchDirs
[Idx].haveSearchedAllModuleMaps())
318
loadSubdirectoryModuleMaps(
SearchDirs
[Idx])
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
llvm-libtool-darwin.cpp
113
[FileName](ArrayRef<std::string>
SearchDirs
) -> Optional<std::string> {
114
for (StringRef Dir :
SearchDirs
) {
Completed in 28 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026