Home
last modified time | relevance | path

Searched refs:TypePrinter (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp102 class TypePrinter { class
194 bool TypePrinter::canPrefixQualifiers(const Type *T, in canPrefixQualifiers()
580 void TypePrinter::printDependentSizedArrayBefore( in printDependentSizedArrayBefore()
588 void TypePrinter::printDependentSizedArrayAfter( in printDependentSizedArrayAfter()
598 void TypePrinter::printDependentAddressSpaceBefore( in printDependentAddressSpaceBefore()
603 void TypePrinter::printDependentAddressSpaceAfter( in printDependentAddressSpaceAfter()
687 void TypePrinter::printDependentVectorBefore( in printDependentVectorBefore()
748 void TypePrinter::printDependentVectorAfter( in printDependentVectorAfter()
778 void TypePrinter::printDependentSizedMatrixBefore( in printDependentSizedMatrixBefore()
792 void TypePrinter::printDependentSizedMatrixAfter( in printDependentSizedMatrixAfter()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1464 TypePrinter.print(ETy, Out); in WriteConstantInternal()
1471 TypePrinter.print(ETy, Out); in WriteConstantInternal()
1492 TypePrinter.print(ETy, Out); in WriteConstantInternal()
1499 TypePrinter.print(ETy, Out); in WriteConstantInternal()
1542 TypePrinter.print(ETy, Out); in WriteConstantInternal()
1675 : Out(Out), TypePrinter(TypePrinter), Machine(Machine), Context(Context) { in MDFieldPrinter()
2575 TypePrinting TypePrinter; member in __anon315e020c0911::AssemblyWriter
3650 if (TypePrinter.empty()) in printTypeIdentities()
4421 TypePrinter.print(Ty, Out); in writeAttribute()
4634 TypePrinting TypePrinter; in print() local
[all …]
/freebsd-13.1/lib/clang/libclang/
H A DMakefile143 SRCS_MIN+= AST/TypePrinter.cpp