Home
last modified time | relevance | path

Searched defs:Indentation (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp83 unsigned Indentation = 0; in checkPreCall() local
100 unsigned Indentation = 0; in checkPostCall() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclPrinter.cpp32 unsigned Indentation; member in __anon88795d050111::DeclPrinter
54 const ASTContext &Context, unsigned Indentation = 0, in DeclPrinter()
126 void Decl::print(raw_ostream &Out, unsigned Indentation, in print()
132 unsigned Indentation, bool PrintInstantiation) const { in print()
187 unsigned Indentation) { in printGroup()
228 raw_ostream& DeclPrinter::Indent(unsigned Indentation) { in Indent()
578 PrintingPolicy &Policy, unsigned Indentation, in printExplicitSpecifier()
DTypePrinter.cpp104 unsigned Indentation; member in __anon0f20a78f0111::TypePrinter
109 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0) in TypePrinter()
2253 const Twine &PlaceHolder, unsigned Indentation) { in print()
DStmtPrinter.cpp77 const PrintingPolicy &Policy, unsigned Indentation = 0, in StmtPrinter()
2568 const PrintingPolicy &Policy, unsigned Indentation, in printPretty()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DWhitespaceManager.cpp1351 unsigned Indentation = IndentLevel * Style.IndentWidth; in appendIndentText() local
1363 unsigned Indentation = in appendIndentText() local
1373 unsigned Indentation) { in appendTabIndent()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h90 unsigned Indentation : 8; member
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp752 unsigned Indentation, in emitTable()
1111 void FilterChooser::emitBinaryParser(raw_ostream &o, unsigned &Indentation, in emitBinaryParser()
1151 void FilterChooser::emitDecoder(raw_ostream &OS, unsigned Indentation, in emitDecoder()
1198 bool FilterChooser::emitPredicateMatch(raw_ostream &o, unsigned &Indentation, in emitPredicateMatch()
DGlobalISelEmitter.cpp594 unsigned Indentation = 4; in emitDeclaration() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaAvailability.cpp815 StringRef Indentation = Lexer::getIndentationForLine(IfInsertionLoc, SM); in DiagnoseDeclAvailability() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DTextDiagnostic.cpp616 unsigned Indentation = WordWrapIndentation) { in printWordWrapped()