Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anon52dea4370a11::ASTIdentifierTableTrait
3300 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait()
3411 bool IsModule) { in WriteIdentifierTable()
H A DASTReader.cpp930 bool IsModule) { in isInterestingIdentifier()
954 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST() local