Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2460 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro()
2479 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor()
3734 bool IsModule, bool IsCPlusPlus) { in IsInterestingIdentifier()
3751 bool IsModule = Writer.isWritingModule(); in IsInterestingNonMacroIdentifier() local
3760 bool IsModule; member in __anon397e50ec0c11::ASTIdentifierTableTrait
3784 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait()
3890 bool IsModule) { in WriteIdentifierTable()
H A DASTReader.cpp1029 bool IsModule) { in isInterestingIdentifier()
1057 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST() local