Searched refs:IsModule (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 514 void WritePreprocessor(const Preprocessor &PP, bool IsModule); 540 bool IsModule);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 2332 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() argument 2338 if (IsModule) { in shouldIgnoreMacro() 2379 assert(!IsModule); in WritePreprocessor() 2443 if (IsModule && WritingModule->isHeaderUnit()) { in WritePreprocessor() 2447 if (!MD || shouldIgnoreMacro(MD, IsModule, PP) || in WritePreprocessor() 2467 if (shouldIgnoreMacro(MD, IsModule, PP)) in WritePreprocessor() 3574 bool IsModule; member in __anon367831a20f11::ASTIdentifierTableTrait 3584 (!IsModule && II->getObjCOrBuiltinID()) || in isInterestingIdentifier() 3605 : Writer(Writer), PP(PP), IdResolver(IdResolver), IsModule(IsModule), in ASTIdentifierTableTrait() 3606 NeedDecls(!IsModule || !Writer.getLangOpts().CPlusPlus), in ASTIdentifierTableTrait() [all …]
|
| H A D | ASTReader.cpp | 989 bool IsModule) { in isInterestingIdentifier() argument 991 (!IsModule && II.getObjCOrBuiltinID()) || in isInterestingIdentifier() 993 (!(IsModule && Reader.getPreprocessor().getLangOpts().CPlusPlus) && in isInterestingIdentifier() 1014 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST() local 1015 if (isInterestingIdentifier(Reader, II, IsModule)) in markIdentifierFromAST()
|