Searched refs:IncludeType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 58 const PrintingPolicy &Policy, bool IncludeType) { in printIntegral() argument 76 IncludeType = false; in printIntegral() 84 if (IncludeType) { in printIntegral() 104 } else if (IncludeType) { in printIntegral() 418 bool IncludeType) const { in print() 464 printIntegral(*this, Out, Policy, IncludeType); in print() 480 P.print(Policy, Out, IncludeType); in print()
|
| H A D | TypePrinter.cpp | 1853 llvm::raw_ostream &OS, bool IncludeType) { in printArgument() argument 1854 A.print(PP, OS, IncludeType); in printArgument() 1859 bool IncludeType) { in printArgument() argument 1863 return A.getArgument().print(PP, OS, IncludeType); in printArgument()
|
| /freebsd-13.1/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 | 393 bool IncludeType) const;
|