OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CachedDirs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileCollector.h
86
/// in the directory, using \a
CachedDirs
to avoid redundant lookups, but
90
StringMap<std::string>
CachedDirs
;
/src/external/apache2/llvm/dist/llvm/lib/Support/
FileCollector.cpp
66
auto DirWithSymlink =
CachedDirs
.find(Directory);
67
if (DirWithSymlink ==
CachedDirs
.end()) {
72
CachedDirs
[Directory] = std::string(RealPath.str());
Completed in 15 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026