OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FailedModules
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorOptions.h
196
std::shared_ptr<FailedModulesSet>
FailedModules
;
/src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp
1084
if (!ImportingPPOpts.
FailedModules
)
1085
ImportingPPOpts.
FailedModules
=
1087
PPOpts.
FailedModules
= ImportingPPOpts.
FailedModules
;
1809
if (getPreprocessorOpts().
FailedModules
&&
1810
getPreprocessorOpts().
FailedModules
->hasAlreadyFailed(ModuleName)) {
1821
if (getPreprocessorOpts().
FailedModules
)
1822
getPreprocessorOpts().
FailedModules
->addFailed(ModuleName);
Completed in 17 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026