Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp83 unsigned Indentation = 0; in checkPreCall() local
100 unsigned Indentation = 0; in checkPostCall() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp32 unsigned Indentation; member in __anon531a55fa0111::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()
190 unsigned Indentation) { in printGroup()
231 raw_ostream& DeclPrinter::Indent(unsigned Indentation) { in Indent()
578 PrintingPolicy &Policy, unsigned Indentation, in printExplicitSpecifier()
H A DTypePrinter.cpp115 unsigned Indentation; member in __anond9c1a0840111::TypePrinter
120 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0) in TypePrinter()
2336 const Twine &PlaceHolder, unsigned Indentation) { in print()
H A DStmtPrinter.cpp78 const PrintingPolicy &Policy, unsigned Indentation = 0, in StmtPrinter()
2746 const PrintingPolicy &Policy, unsigned Indentation, in printPretty()
2754 unsigned Indentation, StringRef NL, in printPrettyControlled()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp146 size_t Indentation = 0; in print() local
H A DLVScope.cpp1402 size_t Indentation = options().indentationSize() + in printLocalNames() local
/openbsd/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp1520 unsigned Indentation = IndentLevel * Style.IndentWidth; in appendIndentText() local
1532 unsigned Indentation = in appendIndentText() local
1542 unsigned Indentation) { in appendTabIndent()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DPrettyPrinter.h92 unsigned Indentation : 8; member
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DDecoderEmitter.cpp764 unsigned Indentation, unsigned BitWidth, in emitTable()
1132 void FilterChooser::emitBinaryParser(raw_ostream &o, unsigned &Indentation, in emitBinaryParser()
1172 void FilterChooser::emitDecoder(raw_ostream &OS, unsigned Indentation, in emitDecoder()
1253 bool FilterChooser::emitPredicateMatch(raw_ostream &o, unsigned &Indentation, in emitPredicateMatch()
H A DGlobalISelEmitter.cpp598 unsigned Indentation = 4; in emitDeclaration() local
/openbsd/gnu/llvm/llvm/docs/
H A DCodingStandards.rst1526 .. _static:
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaAvailability.cpp818 StringRef Indentation = Lexer::getIndentationForLine(IfInsertionLoc, SM); in DiagnoseDeclAvailability() local
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DTextDiagnostic.cpp616 unsigned Indentation = WordWrapIndentation) { in printWordWrapped()