Home
last modified time | relevance | path

Searched defs: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
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp4100 void AssemblyWriter::printArgument(const Argument *Arg, AttributeSet Attrs) { in printArgument() function in AssemblyWriter