/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TraversalChecker.cpp | 83 unsigned Indentation = 0; in checkPreCall() local 100 unsigned Indentation = 0; in checkPostCall() local
|
/freebsd-src/sys/contrib/device-tree/Bindings/ |
H A D | dts-coding-style.rst | 163 Indentation global() chapter
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | PrettyPrinter.h | 93 unsigned Indentation : 8; member
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 32 unsigned Indentation; global() member in __anond8e66ebf0111::DeclPrinter 66 DeclPrinter(raw_ostream & Out,const PrintingPolicy & Policy,const ASTContext & Context,unsigned Indentation=0,bool PrintInstantiation=false) DeclPrinter() argument 142 print(raw_ostream & Out,unsigned Indentation,bool PrintInstantiation) const print() argument 148 print(raw_ostream & Out,const PrintingPolicy & Policy,unsigned Indentation,bool PrintInstantiation) const print() argument 206 printGroup(Decl ** Begin,unsigned NumDecls,raw_ostream & Out,const PrintingPolicy & Policy,unsigned Indentation) printGroup() argument 247 Indent(unsigned Indentation) Indent() argument 667 printExplicitSpecifier(ExplicitSpecifier ES,llvm::raw_ostream & Out,PrintingPolicy & Policy,unsigned Indentation,const ASTContext & Context) printExplicitSpecifier() argument [all...] |
H A D | TypePrinter.cpp | 115 unsigned Indentation; member in __anon5f8db9490111::TypePrinter 120 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0) in TypePrinter() argument 2459 print(const Type * ty,Qualifiers qs,raw_ostream & OS,const PrintingPolicy & policy,const Twine & PlaceHolder,unsigned Indentation) print() argument [all...] |
H A D | StmtPrinter.cpp | 78 const PrintingPolicy &Policy, unsigned Indentation = 0, in StmtPrinter() argument 2761 printPretty(raw_ostream & Out,PrinterHelper * Helper,const PrintingPolicy & Policy,unsigned Indentation,StringRef NL,const ASTContext * Context) const printPretty() argument 2769 printPrettyControlled(raw_ostream & Out,PrinterHelper * Helper,const PrintingPolicy & Policy,unsigned Indentation,StringRef NL,const ASTContext * Context) const printPrettyControlled() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVRange.cpp | 146 size_t Indentation = 0; in print() local
|
H A D | LVScope.cpp | 1387 size_t Indentation = options().indentationSize() + in printLocalNames() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | WhitespaceManager.cpp | 1725 unsigned Indentation = IndentLevel * Style.IndentWidth; appendIndentText() local 1737 unsigned Indentation = appendIndentText() local 1747 appendTabIndent(std::string & Text,unsigned Spaces,unsigned Indentation) appendTabIndent() argument
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 766 emitTable(formatted_raw_ostream & OS,DecoderTable & Table,unsigned Indentation,unsigned BitWidth,StringRef Namespace) const emitTable() argument 1134 emitBinaryParser(raw_ostream & o,unsigned & Indentation,const OperandInfo & OpInfo,bool & OpHasCompleteDecoder) const emitBinaryParser() argument 1174 emitDecoder(raw_ostream & OS,unsigned Indentation,unsigned Opc,bool & HasCompleteDecoder) const emitDecoder() argument 1255 emitPredicateMatch(raw_ostream & o,unsigned & Indentation,unsigned Opc) const emitPredicateMatch() argument [all...] |
H A D | GlobalISelMatchTable.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 853 StringRef Indentation = Lexer::getIndentationForLine(IfInsertionLoc, SM); DiagnoseDeclAvailability() local
|