Home
last modified time | relevance | path

Searched refs:printArgument (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2147 static void printArgument(const TemplateArgument &A, const PrintingPolicy &PP, in printArgument() function
2152 static void printArgument(const TemplateArgumentLoc &A, in printArgument() function
2362 printArgument(Arg, Policy, ArgOS, in printTo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2750 void printArgument(const Argument *FA, AttributeSet Attrs);
4027 printArgument(&Arg, Attrs.getParamAttrs(Arg.getArgNo())); in printFunction()
4100 void AssemblyWriter::printArgument(const Argument *Arg, AttributeSet Attrs) { in printArgument() function in AssemblyWriter