Searched defs:PrintType (Results 1 – 2 of 2) sorted by relevance
1472 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()2609 void Value::printAsOperand(raw_ostream &O, bool PrintType, const Module *M) const { in printAsOperand()2644 void Metadata::printAsOperand(raw_ostream &ROS, bool PrintType, in printAsOperand()
1253 static enum CXChildVisitResult PrintType(CXCursor cursor, CXCursor p, in PrintType() function