Searched refs:IncludeType (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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() 106 } else if (IncludeType) { in printIntegral() 410 bool IncludeType) const { in print() 456 printIntegral(*this, Out, Policy, IncludeType); in print() 472 P.print(Policy, Out, IncludeType); in print()
|
| H A D | TypePrinter.cpp | 1926 llvm::raw_ostream &OS, bool IncludeType) { in printArgument() argument 1927 A.print(PP, OS, IncludeType); in printArgument() 1932 bool IncludeType) { in printArgument() argument 1936 return A.getArgument().print(PP, OS, IncludeType); in printArgument()
|
| /openbsd-src/gnu/llvm/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;
|