Searched refs:IsModule (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 481 void WritePreprocessor(const Preprocessor &PP, bool IsModule); 508 bool IsModule);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 2129 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() argument 2135 if (IsModule) { in shouldIgnoreMacro() 2148 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() argument 2165 assert(!IsModule); in WritePreprocessor() 2193 PP.Diag(SourceLocation(), diag::warn_module_uses_date_time) << IsModule; in WritePreprocessor() 2221 if (shouldIgnoreMacro(MD, IsModule, PP)) in WritePreprocessor() 3271 bool IsModule; member in __anon52dea4370a11::ASTIdentifierTableTrait 3281 (!IsModule && II->getObjCOrBuiltinID()) || in isInterestingIdentifier() 3300 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait() argument 3302 : Writer(Writer), PP(PP), IdResolver(IdResolver), IsModule(IsModule), in ASTIdentifierTableTrait() [all …]
|
H A D | ASTReader.cpp | 930 bool IsModule) { in isInterestingIdentifier() argument 932 (!IsModule && II.getObjCOrBuiltinID()) || in isInterestingIdentifier() 934 (!(IsModule && Reader.getPreprocessor().getLangOpts().CPlusPlus) && in isInterestingIdentifier() 954 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST() local 955 if (isInterestingIdentifier(Reader, II, IsModule)) in markIdentifierFromAST()
|