Searched defs:PrintTypes (Results 1 – 3 of 3) sorted by relevance
48 bool PrintTypes = false; variable
352 void ClangOpcodesEmitter::PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types) { in PrintTypes() function in ClangOpcodesEmitter
219 void print(raw_ostream &OS, bool PrintTypes = false) { in print()