Home
last modified time | relevance | path

Searched refs:PutSymbols (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dmod-file.h57 bool PutSymbols(const Scope &);
Dmod-file.cpp139 PutSymbols(DEREF(symbol.scope())); in Write()
180 bool ModFileWriter::PutSymbols(const Scope &scope) { in PutSymbols() function in Fortran::semantics::ModFileWriter
295 bool contains{PutSymbols(typeScope)}; in PutDerivedType()