Searched refs:IsModule (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 481 void WritePreprocessor(const Preprocessor &PP, bool IsModule); 508 bool IsModule);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 2129 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() argument 2135 if (IsModule) { in shouldIgnoreMacro() 2165 assert(!IsModule); in WritePreprocessor() 2221 if (shouldIgnoreMacro(MD, IsModule, PP)) in WritePreprocessor() 3271 bool IsModule; member in __anon91274ea00a11::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() 3303 NeedDecls(!IsModule || !Writer.getLangOpts().CPlusPlus), in ASTIdentifierTableTrait() 3411 bool IsModule) { in WriteIdentifierTable() argument [all …]
|
| H A D | ASTReader.cpp | 932 bool IsModule) { in isInterestingIdentifier() argument 934 (!IsModule && II.getObjCOrBuiltinID()) || in isInterestingIdentifier() 936 (!(IsModule && Reader.getPreprocessor().getLangOpts().CPlusPlus) && in isInterestingIdentifier() 956 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST() local 957 if (isInterestingIdentifier(Reader, II, IsModule)) in markIdentifierFromAST()
|