Searched defs:printType (Results 1 – 3 of 3) sorted by relevance
255 void Value::printType(llvm::raw_ostream &Out) const { in printType() function in clang::Value
82 void CIRDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in CIRDialect
430 auto printType = [&](auto T) { in createHeader() local