Searched refs:IncludeType (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 54 const PrintingPolicy &Policy, bool IncludeType) { in printIntegral() argument 74 IncludeType = false; in printIntegral() 82 if (IncludeType) { in printIntegral() 103 } else if (IncludeType) { in printIntegral() 509 bool IncludeType) const { in print() 558 printIntegral(*this, Out, Policy, IncludeType); in print() 577 P.print(Policy, Out, IncludeType); in print()
|
| H A D | TypePrinter.cpp | 2313 llvm::raw_ostream &OS, bool IncludeType) { in printArgument() argument 2314 A.print(PP, OS, IncludeType); in printArgument() 2319 bool IncludeType) { in printArgument() argument 2323 return A.getArgument().print(PP, OS, IncludeType); in printArgument()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtDataCollectors.td | 54 Args->get(i).print(Context.getLangOpts(), OS, /*IncludeType*/ true);
|
| H A D | TemplateBase.h | 465 bool IncludeType) const;
|