Searched defs:IsModule (Results 1 – 6 of 6) sorted by relevance
| /external/llvm-project/flang/include/flang/Semantics/ |
| D | scope.h | 87 bool IsModule() const { in IsModule() function
|
| /external/llvm-project/flang/lib/Semantics/ |
| D | program-tree.cpp | 125 bool ProgramTree::IsModule() const { in IsModule() function in Fortran::semantics::ProgramTree
|
| /external/clang/lib/Serialization/ |
| D | ASTWriter.cpp | 2109 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() 2129 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() 3142 bool IsModule; member in __anon9159baf50611::ASTIdentifierTableTrait 3172 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait() 3290 bool IsModule) { in WriteIdentifierTable()
|
| D | ASTReader.cpp | 756 bool IsModule) { in isInterestingIdentifier() 780 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST() local
|
| /external/llvm-project/clang/lib/Serialization/ |
| D | ASTWriter.cpp | 2124 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() 2143 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() 3271 bool IsModule; member in __anon34b38c630a11::ASTIdentifierTableTrait 3300 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait() 3422 bool IsModule) { in WriteIdentifierTable()
|
| D | ASTReader.cpp | 912 bool IsModule) { in isInterestingIdentifier() 936 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST() local
|