Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h95 bool IsModule() const { in IsModule() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.cpp209 bool ProgramTree::IsModule() const { in IsModule() function in Fortran::semantics::ProgramTree
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp2238 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro()
2280 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor()
3471 bool IsModule; member in __anon7df3f81c0a11::ASTIdentifierTableTrait
3500 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait()
3609 bool IsModule) { in WriteIdentifierTable()
H A DASTReader.cpp958 bool IsModule) { in isInterestingIdentifier()
982 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST() local