Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp249 static llvm::raw_ostream &PutGenericName( in PutGenericName() function
271 PutGenericName(typeBindings << "generic::", symbol) in PutSymbol()
509 PutGenericName(decls_ << "interface ", symbol) << '\n'; in PutGeneric()
517 PutGenericName(decls_ << "private::", symbol) << '\n'; in PutGeneric()
531 PutGenericName(uses_, symbol); in PutUse()
535 PutGenericName(uses_ << "=>", use); in PutUse()
541 PutGenericName(useExtraAttrs_ << "private::", symbol) << '\n'; in PutUse()