Searched defs:Indentation (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TraversalChecker.cpp | 83 unsigned Indentation = 0; in checkPreCall() local 100 unsigned Indentation = 0; in checkPostCall() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 32 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 D | TypePrinter.cpp | 104 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 D | StmtPrinter.cpp | 76 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 D | WhitespaceManager.cpp | 1040 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 D | PrettyPrinter.h | 90 unsigned Indentation : 8; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | FixedLenDecoderEmitter.cpp | 752 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 D | GlobalISelEmitter.cpp | 581 unsigned Indentation = 4; in emitDeclaration() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | CodingStandards.rst | 1521 .. _static:
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 828 StringRef Indentation = Lexer::getIndentationForLine(IfInsertionLoc, SM); in DiagnoseDeclAvailability() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 616 unsigned Indentation = WordWrapIndentation) { in printWordWrapped()
|