Searched refs:IncludeType (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TemplateBase.cpp | 58 const PrintingPolicy &Policy, bool IncludeType) { in printIntegral() argument 78 IncludeType = false; in printIntegral() 86 if (IncludeType) { in printIntegral() 107 } else if (IncludeType) { in printIntegral() 506 bool IncludeType) const { in print() 557 printIntegral(*this, Out, Policy, IncludeType); in print() 573 P.print(Policy, Out, IncludeType); in print()
|
H A D | TypePrinter.cpp | 2148 llvm::raw_ostream &OS, bool IncludeType) { in printArgument() argument 2149 A.print(PP, OS, IncludeType); in printArgument() 2154 bool IncludeType) { in printArgument() argument 2158 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 | 459 bool IncludeType) const;
|