Home
last modified time | relevance | path

Searched defs:isExplicitBindName (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/include/flang/Semantics/
H A Dsymbol.h115 bool isExplicitBindName() const { return isExplicitBindName_; } in isExplicitBindName() function
/llvm-project/flang/lib/Semantics/
H A Dmod-file.cpp1079 PutAttrs(llvm::raw_ostream & os,Attrs attrs,const std::string * bindName,bool isExplicitBindName,std::string before,std::string after) const PutAttrs() argument