Home
last modified time | relevance | path

Searched refs:IncludeType (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTemplateBase.cpp58 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 DTypePrinter.cpp1926 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 DStmtDataCollectors.td54 Args->get(i).print(Context.getLangOpts(), OS, /*IncludeType*/ true);
H A DTemplateBase.h393 bool IncludeType) const;