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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp33 bool PrintInstantiation; member in class:__anon1570::DeclPrinter
55 bool PrintInstantiation = false)
57 PrintInstantiation(PrintInstantiation) {}
122 bool PrintInstantiation) const {
123 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
127 unsigned Indentation, bool PrintInstantiation) const {
129 PrintInstantiation);
1124 if (PrintInstantiation &&
1144 if (PrintInstantiation) {
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1164 bool PrintInstantiation = false) const;
1166 unsigned Indentation = 0, bool PrintInstantiation = false) const;

Completed in 189 milliseconds