Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2129 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro()
2148 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor()
3271 bool IsModule; member in __anon91274ea00a11::ASTIdentifierTableTrait
3300 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait()
3411 bool IsModule) { in WriteIdentifierTable()
H A DASTReader.cpp932 bool IsModule) { in isInterestingIdentifier()
956 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST() local