Searched refs:PutAttrs (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/flang/lib/Semantics/ |
D | mod-file.cpp | 57 static llvm::raw_ostream &PutAttrs(llvm::raw_ostream &, Attrs, 239 PutAttrs(typeBindings, attrs); in PutSymbol() 264 PutAttrs(decls_, symbol.attrs(), x.bindName(), ""s); in PutSymbol() 277 PutAttrs(decls_ << "type", typeSymbol.attrs()); in PutDerivedType() 327 PutAttrs(ss, attrs); in PutSubprogram() 336 PutAttrs(os, prefixAttrs, std::nullopt, ""s, " "s); in PutSubprogram() 351 PutAttrs(os, bindAttrs, details.bindName(), " "s, ""s); in PutSubprogram() 609 PutAttrs(os, attrs, bindName); in PutEntity() 615 llvm::raw_ostream &PutAttrs(llvm::raw_ostream &os, Attrs attrs, in PutAttrs() function
|