Searched refs:IsModule (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 516 void WritePreprocessor(const Preprocessor &PP, bool IsModule); 544 bool IsModule);
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 2030 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() argument 2036 if (IsModule) { in shouldIgnoreMacro() 2050 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() argument 2070 PP.Diag(SourceLocation(), diag::warn_module_uses_date_time) << IsModule; in WritePreprocessor() 2098 if (shouldIgnoreMacro(MD, IsModule, PP)) in WritePreprocessor() 2112 if (IsModule) { in WritePreprocessor() 3113 bool IsModule; member in __anon25a84b0f0711::ASTIdentifierTableTrait 3124 (IsModule ? II->hasRevertedBuiltin() : II->getObjCOrBuiltinID()) || in isInterestingIdentifier() 3143 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait() argument 3145 : Writer(Writer), PP(PP), IdResolver(IdResolver), IsModule(IsModule), in ASTIdentifierTableTrait() [all …]
|
D | ASTReader.cpp | 750 bool IsModule) { in isInterestingIdentifier() argument 753 (IsModule ? II.hasRevertedBuiltin() : II.getObjCOrBuiltinID()) || in isInterestingIdentifier() 755 (!(IsModule && Reader.getContext().getLangOpts().CPlusPlus) && in isInterestingIdentifier() 789 bool IsModule = Reader.PP.getCurrentModule() != nullptr; in ReadData() local 790 if (isInterestingIdentifier(Reader, *II, IsModule)) in ReadData() 3565 bool IsModule = PP.getCurrentModule() != nullptr; in ReadAST() local 3566 if (isInterestingIdentifier(*this, II, IsModule)) in ReadAST()
|