Searched refs:printBefore (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | TypePrinter.cpp | 119 void printBefore(QualType T, raw_ostream &OS); 132 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS); 186 printBefore(T, Quals, OS); in print() 282 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore() function in TypePrinter 291 printBefore(Split.Ty, Quals, OS); in printBefore() 296 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore() function in TypePrinter 368 printBefore(T->getElementType(), OS); in printComplexBefore() 378 printBefore(T->getPointeeType(), OS); in printPointerBefore() 399 printBefore(T->getPointeeType(), OS); in printBlockPointerBefore() 422 printBefore(Inner, OS); in printLValueReferenceBefore() [all …]
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 101 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS); 102 void printBefore(QualType T, raw_ostream &OS); 156 printBefore(T, Quals, OS); in print() 238 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore() function in TypePrinter 248 printBefore(Split.Ty, Quals, OS); in printBefore() 253 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore() function in TypePrinter 324 printBefore(T->getElementType(), OS); in printComplexBefore() 333 printBefore(T->getPointeeType(), OS); in printPointerBefore() 353 printBefore(T->getPointeeType(), OS); in printBlockPointerBefore() 366 printBefore(T->getPointeeTypeAsWritten(), OS); in printLValueReferenceBefore() [all …]
|
/external/llvm-project/mlir/lib/Pass/ |
D | PassManagerOptions.cpp | 35 PassPipelineCLParser printBefore{"print-ir-before", member 107 } else if (printBefore.hasAnyOccurrences()) { in addPrinterInstrumentation() 112 return passInfo && printBefore.contains(passInfo); in addPrinterInstrumentation()
|