Home
last modified time | relevance | path

Searched refs:IsModule (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h504 void WritePreprocessor(const Preprocessor &PP, bool IsModule);
530 bool IsModule);
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp2246 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() argument
2252 if (IsModule) { in shouldIgnoreMacro()
2288 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() argument
2316 assert(!IsModule); in WritePreprocessor()
2344 PP.Diag(SourceLocation(), diag::warn_module_uses_date_time) << IsModule; in WritePreprocessor()
2380 if (IsModule && WritingModule->isHeaderUnit()) { in WritePreprocessor()
2384 if (!MD || shouldIgnoreMacro(MD, IsModule, PP) || in WritePreprocessor()
2404 if (shouldIgnoreMacro(MD, IsModule, PP)) in WritePreprocessor()
3490 bool IsModule; member in __anona57837030e11::ASTIdentifierTableTrait
3500 (!IsModule && II->getObjCOrBuiltinID()) || in isInterestingIdentifier()
[all …]
H A DASTReader.cpp959 bool IsModule) { in isInterestingIdentifier() argument
961 (!IsModule && II.getObjCOrBuiltinID()) || in isInterestingIdentifier()
963 (!(IsModule && Reader.getPreprocessor().getLangOpts().CPlusPlus) && in isInterestingIdentifier()
983 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST() local
984 if (isInterestingIdentifier(Reader, II, IsModule)) in markIdentifierFromAST()