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

/external/clang/lib/Serialization/
H A DASTWriter.cpp2030 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, argument
2036 if (IsModule) {
2050 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { argument
2070 PP.Diag(SourceLocation(), diag::warn_module_uses_date_time) << IsModule; local
2098 if (shouldIgnoreMacro(MD, IsModule, PP))
2112 if (IsModule) {
3113 bool IsModule;
3124 (IsModule ? II->hasRevertedBuiltin() : II->getObjCOrBuiltinID()) ||
3143 IdentifierResolver &IdResolver, bool IsModule,
3145 : Writer(Writer), PP(PP), IdResolver(IdResolver), IsModule(IsModul
[all...]
H A DASTReader.cpp750 bool IsModule) {
753 (IsModule ? II.hasRevertedBuiltin() : II.getObjCOrBuiltinID()) ||
755 (!(IsModule && Reader.getContext().getLangOpts().CPlusPlus) &&
789 bool IsModule = Reader.PP.getCurrentModule() != nullptr; local
790 if (isInterestingIdentifier(Reader, *II, IsModule))
3565 bool IsModule = PP.getCurrentModule() != nullptr; local
3566 if (isInterestingIdentifier(*this, II, IsModule))
749 isInterestingIdentifier(ASTReader &Reader, IdentifierInfo &II, bool IsModule) argument

Completed in 69 milliseconds