Searched defs:printType (Results 1 – 2 of 2) sorted by relevance
258 void Value::printType(llvm::raw_ostream &Out) const { in printType() function in clang::Value
345 auto printType = [&](auto T) { in createHeader() local