Searched defs:IsModule (Results 1 – 4 of 4) sorted by relevance
/llvm-project/flang/include/flang/Semantics/ |
H A D | scope.h | 95 bool IsModule() const { in IsModule() function
|
/llvm-project/flang/lib/Semantics/ |
H A D | program-tree.cpp | 245 bool ProgramTree::IsModule() const { in IsModule() function in Fortran::semantics::ProgramTree
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 2460 shouldIgnoreMacro(MacroDirective * MD,bool IsModule,const Preprocessor & PP) shouldIgnoreMacro() argument 2479 WritePreprocessor(const Preprocessor & PP,bool IsModule) WritePreprocessor() argument 3734 IsInterestingIdentifier(const IdentifierInfo * II,uint64_t MacroOffset,bool IsModule,bool IsCPlusPlus) IsInterestingIdentifier() argument 3751 bool IsModule = Writer.isWritingModule(); IsInterestingNonMacroIdentifier() local 3760 bool IsModule; global() member in __anonb9ef521f0c11::ASTIdentifierTableTrait 3784 ASTIdentifierTableTrait(ASTWriter & Writer,Preprocessor & PP,IdentifierResolver & IdResolver,bool IsModule,ASTWriter::RecordData * InterestingIdentifierOffsets) ASTIdentifierTableTrait() argument 3890 WriteIdentifierTable(Preprocessor & PP,IdentifierResolver & IdResolver,bool IsModule) WriteIdentifierTable() argument [all...] |
H A D | ASTReader.cpp | 1029 isInterestingIdentifier(ASTReader & Reader,const IdentifierInfo & II,bool IsModule) isInterestingIdentifier() argument 1057 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; markIdentifierFromAST() local [all...] |