Searched refs:IsModule (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 475 void WritePreprocessor(const Preprocessor &PP, bool IsModule); 501 bool IsModule);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 2420 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() argument 2426 if (IsModule) { in shouldIgnoreMacro() 2439 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() argument 2454 assert(!IsModule); in WritePreprocessor() 2509 if (shouldIgnoreMacro(MD, IsModule, PP)) in WritePreprocessor() 3561 bool IsModule; member in __anona825c63b0b11::ASTIdentifierTableTrait 3591 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait() argument 3593 : Writer(Writer), PP(PP), IdResolver(IdResolver), IsModule(IsModule), in ASTIdentifierTableTrait() 3594 NeedDecls(!IsModule || !Writer.getLangOpts().CPlusPlus), in ASTIdentifierTableTrait() 3714 bool IsModule) { in WriteIdentifierTable() argument [all …]
|
| H A D | ASTReader.cpp | 905 bool IsModule) { in isInterestingIdentifier() argument 908 (IsModule ? II.hasRevertedBuiltin() : II.getObjCOrBuiltinID()) || in isInterestingIdentifier() 910 (!(IsModule && Reader.getPreprocessor().getLangOpts().CPlusPlus) && in isInterestingIdentifier() 930 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST() local 931 if (isInterestingIdentifier(Reader, II, IsModule)) in markIdentifierFromAST()
|