Searched defs:IsModule (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2073 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, argument
2092 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { argument
2135 PP.Diag(SourceLocation(), diag::warn_module_uses_date_time) << IsModule; local
[all...]
H A DASTReader.cpp933 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; local
907 isInterestingIdentifier(ASTReader &Reader, IdentifierInfo &II, bool IsModule) argument

Completed in 136 milliseconds