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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1672 static void printArgument(const TemplateArgument &A, const PrintingPolicy &PP, function
1677 static void printArgument(const TemplateArgumentLoc &A, function
1707 printArgument(Arg, Policy, ArgOS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2411 void printArgument(const Argument *FA, AttributeSet Attrs);
3482 printArgument(&Arg, Attrs.getParamAttributes(Arg.getArgNo()));
3553 /// printArgument - This member is called for every argument that is passed into
3555 void AssemblyWriter::printArgument(const Argument *Arg, AttributeSet Attrs) { function in class:AssemblyWriter

Completed in 131 milliseconds