Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp1847 static void printArgument(const TemplateArgument &A, const PrintingPolicy &PP, in printArgument() function
1852 static void printArgument(const TemplateArgumentLoc &A, in printArgument() function
2035 printArgument( in printTo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2635 void printArgument(const Argument *FA, AttributeSet Attrs);
3765 printArgument(&Arg, Attrs.getParamAttributes(Arg.getArgNo())); in printFunction()
3838 void AssemblyWriter::printArgument(const Argument *Arg, AttributeSet Attrs) { in printArgument() function in AssemblyWriter