OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModuleCachePath
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearchOptions.h
112
std::string
ModuleCachePath
;
HeaderSearch.h
190
std::string
ModuleCachePath
;
330
ModuleCachePath
= std::string(CachePath);
337
StringRef getModuleCachePath() const { return
ModuleCachePath
; }
/src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp
542
SmallString<256> SpecificModuleCache(getHeaderSearchOpts().
ModuleCachePath
);
1409
TimestampFile = HSOpts.
ModuleCachePath
;
1439
llvm::sys::path::native(HSOpts.
ModuleCachePath
, ModuleCachePathNative);
CompilerInvocation.cpp
2827
if (!Opts.
ModuleCachePath
.empty())
2828
GenerateArg(Args, OPT_fmodules_cache_path, Opts.
ModuleCachePath
, SA);
2965
Opts.
ModuleCachePath
= std::string(P.str());
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
4127
StringRef
ModuleCachePath
4130
GlobalModuleIndex::readIndex(
ModuleCachePath
);
5854
HSOpts.
ModuleCachePath
= ReadString(Record, Idx);
ASTWriter.cpp
1319
AddString(HSOpts.
ModuleCachePath
, Record);
Completed in 72 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026