Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp2420 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro()
2439 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor()
3561 bool IsModule; member in __anona825c63b0b11::ASTIdentifierTableTrait
3591 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait()
3714 bool IsModule) { in WriteIdentifierTable()
H A DASTReader.cpp905 bool IsModule) { in isInterestingIdentifier()
930 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST() local