Home
last modified time | relevance | path

Searched refs:BaseIndent (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSuspiciousSemicolonCheck.cpp64 unsigned BaseIndent = SM.getSpellingColumnNumber(Statement->getBeginLoc()); in check() local
68 if (!IsIfStmt && NewTokenIndent <= BaseIndent && in check()
DSuspiciousMissingCommaCheck.cpp44 unsigned int BaseIndent = SM.getSpellingColumnNumber(FirstToken); in isConcatenatedLiteralsOnPurpose() local
51 if (FID != BaseFID || Line != BaseLine + TokNum || Indent <= BaseIndent) { in isConcatenatedLiteralsOnPurpose()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp116 const char BaseIndent[] = " "; in dumpAttribute() local
117 OS << BaseIndent; in dumpAttribute()
178 sizeof(BaseIndent)+indent+4); in dumpAttribute()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp238 const char BaseIndent[] = " "; in dumpAttribute() local
239 OS << BaseIndent; in dumpAttribute()
293 dumpLocation(OS, FormValue, U, sizeof(BaseIndent) + Indent + 4, DumpOpts); in dumpAttribute()
327 sizeof(BaseIndent) + Indent + 4, DumpOpts); in dumpAttribute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp239 const char BaseIndent[] = " "; in dumpAttribute() local
240 OS << BaseIndent; in dumpAttribute()
284 dumpLocation(OS, FormValue, U, sizeof(BaseIndent) + Indent + 4, DumpOpts); in dumpAttribute()
318 sizeof(BaseIndent) + Indent + 4, DumpOpts); in dumpAttribute()