Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp83 unsigned Indentation = 0; in checkPreCall() local
100 unsigned Indentation = 0; in checkPostCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp32 unsigned Indentation; member in __anon0d94a5380111::DeclPrinter
54 const ASTContext &Context, unsigned Indentation = 0, in DeclPrinter()
125 void Decl::print(raw_ostream &Out, unsigned Indentation, in print()
131 unsigned Indentation, bool PrintInstantiation) const { in print()
186 unsigned Indentation) { in printGroup()
227 raw_ostream& DeclPrinter::Indent(unsigned Indentation) { in Indent()
577 PrintingPolicy &Policy, unsigned Indentation, in printExplicitSpecifier()
H A DTypePrinter.cpp104 unsigned Indentation; member in __anon943befc20111::TypePrinter
109 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0) in TypePrinter()
2248 const Twine &PlaceHolder, unsigned Indentation) { in print()
H A DStmtPrinter.cpp76 const PrintingPolicy &Policy, unsigned Indentation = 0, in StmtPrinter()
2555 const PrintingPolicy &Policy, unsigned Indentation, in printPretty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.cpp1040 unsigned Indentation = IndentLevel * Style.IndentWidth; in appendIndentText() local
1052 unsigned Indentation = in appendIndentText() local
1062 unsigned Indentation) { in appendTabIndent()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPrettyPrinter.h90 unsigned Indentation : 8; member
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A 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()
H A DGlobalISelEmitter.cpp581 unsigned Indentation = 4; in emitDeclaration() local
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodingStandards.rst1521 .. _static:
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp828 StringRef Indentation = Lexer::getIndentationForLine(IfInsertionLoc, SM); in DiagnoseDeclAvailability() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnostic.cpp616 unsigned Indentation = WordWrapIndentation) { in printWordWrapped()