/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TraversalChecker.cpp | 83 unsigned Indentation = 0; checkPreCall() local 100 unsigned Indentation = 0; checkPostCall() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | PrettyPrinter.h | 93 unsigned Indentation : 8; global() member
|
/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 33 unsigned Indentation; member in __anon5469eb200111::DeclPrinter 55 const ASTContext &Context, unsigned Indentation = 0, in DeclPrinter() argument 130 void Decl::print(raw_ostream &Out, unsigned Indentation, in print() argument 136 unsigned Indentation, bool PrintInstantiation) const { in print() argument 194 printGroup(Decl ** Begin,unsigned NumDecls,raw_ostream & Out,const PrintingPolicy & Policy,unsigned Indentation) printGroup() argument 235 Indent(unsigned Indentation) Indent() argument 621 printExplicitSpecifier(ExplicitSpecifier ES,llvm::raw_ostream & Out,PrintingPolicy & Policy,unsigned Indentation,const ASTContext & Context) printExplicitSpecifier() argument [all...] |
H A D | TypePrinter.cpp | 120 : Policy(Policy), Indentation(Indentation) {} in TypePrinter() argument 115 unsigned Indentation; global() member in __anondb1135aa0111::TypePrinter 2577 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 2801 printPretty(raw_ostream & Out,PrinterHelper * Helper,const PrintingPolicy & Policy,unsigned Indentation,StringRef NL,const ASTContext * Context) const printPretty() argument 2809 printPrettyControlled(raw_ostream & Out,PrinterHelper * Helper,const PrintingPolicy & Policy,unsigned Indentation,StringRef NL,const ASTContext * Context) const printPrettyControlled() argument
|
/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
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | FormatTests.cpp | 157 TEST(FormatIncremental, Indentation) { in TEST() argument
|
/llvm-project/clang-tools-extra/pseudo/unittests/ |
H A D | TokenTest.cpp |
|
/llvm-project/llvm/unittests/TableGen/ |
H A D | CodeExpanderTest.cpp | 80 TEST(CodeExpander, Indentation) { in TEST() argument
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Disasm.cpp |
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Format.cpp | 162 StringRef Indentation = lastLine(Code.take_front(Cursor)); in getIncrementalChangesAfterNewline() local
|
/llvm-project/clang/lib/Format/ |
H A D | WhitespaceManager.cpp | 1763 unsigned Indentation = IndentLevel * Style.IndentWidth; appendIndentText() local 1775 unsigned Indentation = appendIndentText() local 1785 appendTabIndent(std::string & Text,unsigned Spaces,unsigned Indentation) appendTabIndent() argument
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 796 emitTable(formatted_raw_ostream & OS,DecoderTable & Table,unsigned Indentation,unsigned BitWidth,StringRef Namespace,const EncodingIDsVec & EncodingIDs) const emitTable() argument 1179 emitBinaryParser(raw_ostream & o,unsigned & Indentation,const OperandInfo & OpInfo,bool & OpHasCompleteDecoder) const emitBinaryParser() argument 1219 emitDecoder(raw_ostream & OS,unsigned Indentation,unsigned Opc,bool & HasCompleteDecoder) const emitDecoder() argument 1299 emitPredicateMatch(raw_ostream & o,unsigned & Indentation,unsigned Opc) const emitPredicateMatch() argument
|
/llvm-project/llvm/docs/ |
H A D | CodingStandards.rst | 1590 staticNamespace Indentation global() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 932 StringRef Indentation = Lexer::getIndentationForLine(IfInsertionLoc, SM); DiagnoseDeclAvailability() local
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.cpp | 303 unsigned Indentation = 4; in emitDeclaration() local
|