Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2332 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro()
2351 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor()
3574 bool IsModule; member in __anon367831a20f11::ASTIdentifierTableTrait
3603 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait()
3709 bool IsModule) { in WriteIdentifierTable()
H A DASTReader.cpp989 bool IsModule) { in isInterestingIdentifier()
1014 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST() local