Home
last modified time | relevance | path

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

1234

/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dcodemacroprompt.pas461 BaseIndent, LogBaseIndent: Integer;
485 BaseIndent := TokenStartX - 1;
488 BaseIndent:=1;
491 while (BaseIndent<p.x)
492 and ((BaseIndent>length(s)) or (s[BaseIndent] in [#9,' '])) do
493 inc(BaseIndent);
495 LogBaseIndent := BaseIndent - 1;
496 BaseIndent:=AEditor.LogicalToPhysicalCol(s, p.y - 1, BaseIndent);// consider tabs
497 dec(BaseIndent);
505 CodeToolBoss.IndentSize := BaseIndent // Use additional indentation
/dports/editors/lazarus/lazarus/ide/
H A Dcodemacroprompt.pas461 BaseIndent, LogBaseIndent: Integer;
485 BaseIndent := TokenStartX - 1;
488 BaseIndent:=1;
491 while (BaseIndent<p.x)
492 and ((BaseIndent>length(s)) or (s[BaseIndent] in [#9,' '])) do
493 inc(BaseIndent);
495 LogBaseIndent := BaseIndent - 1;
496 BaseIndent:=AEditor.LogicalToPhysicalCol(s, p.y - 1, BaseIndent);// consider tabs
497 dec(BaseIndent);
505 CodeToolBoss.IndentSize := BaseIndent // Use additional indentation
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dcodemacroprompt.pas461 BaseIndent, LogBaseIndent: Integer;
485 BaseIndent := TokenStartX - 1;
488 BaseIndent:=1;
491 while (BaseIndent<p.x)
492 and ((BaseIndent>length(s)) or (s[BaseIndent] in [#9,' '])) do
493 inc(BaseIndent);
495 LogBaseIndent := BaseIndent - 1;
496 BaseIndent:=AEditor.LogicalToPhysicalCol(s, p.y - 1, BaseIndent);// consider tabs
497 dec(BaseIndent);
505 CodeToolBoss.IndentSize := BaseIndent // Use additional indentation
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dcodemacroprompt.pas461 BaseIndent, LogBaseIndent: Integer;
485 BaseIndent := TokenStartX - 1;
488 BaseIndent:=1;
491 while (BaseIndent<p.x)
492 and ((BaseIndent>length(s)) or (s[BaseIndent] in [#9,' '])) do
493 inc(BaseIndent);
495 LogBaseIndent := BaseIndent - 1;
496 BaseIndent:=AEditor.LogicalToPhysicalCol(s, p.y - 1, BaseIndent);// consider tabs
497 dec(BaseIndent);
505 CodeToolBoss.IndentSize := BaseIndent // Use additional indentation
/dports/www/gitea/gitea-1.16.5/vendor/github.com/goccy/go-json/internal/encoder/
H A Dcontext.go78 BaseIndent uint32 member
91 c.BaseIndent = 0
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp63 unsigned BaseIndent = SM.getSpellingColumnNumber(Statement->getLocStart()); in check() local
67 if (!IsIfStmt && NewTokenIndent <= BaseIndent && in check()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp64 unsigned BaseIndent = SM.getSpellingColumnNumber(Statement->getBeginLoc()); in check() local
68 if (!IsIfStmt && NewTokenIndent <= BaseIndent && in check()
H A DSuspiciousMissingCommaCheck.cpp44 unsigned int BaseIndent = SM.getSpellingColumnNumber(FirstToken); in isConcatenatedLiteralsOnPurpose() local
51 if (FID != BaseFID || Line != BaseLine + TokNum || Indent <= BaseIndent) { in isConcatenatedLiteralsOnPurpose()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp64 unsigned BaseIndent = SM.getSpellingColumnNumber(Statement->getBeginLoc()); in check() local
68 if (!IsIfStmt && NewTokenIndent <= BaseIndent && in check()
H A DSuspiciousMissingCommaCheck.cpp42 unsigned int BaseIndent = SM.getSpellingColumnNumber(FirstToken); in isConcatenatedLiteralsOnPurpose() local
49 if (FID != BaseFID || Line != BaseLine + TokNum || Indent <= BaseIndent) { in isConcatenatedLiteralsOnPurpose()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp64 unsigned BaseIndent = SM.getSpellingColumnNumber(Statement->getBeginLoc()); in check() local
68 if (!IsIfStmt && NewTokenIndent <= BaseIndent && in check()
H A DSuspiciousMissingCommaCheck.cpp44 unsigned int BaseIndent = SM.getSpellingColumnNumber(FirstToken); in isConcatenatedLiteralsOnPurpose() local
51 if (FID != BaseFID || Line != BaseLine + TokNum || Indent <= BaseIndent) { in isConcatenatedLiteralsOnPurpose()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp64 unsigned BaseIndent = SM.getSpellingColumnNumber(Statement->getBeginLoc()); in check() local
68 if (!IsIfStmt && NewTokenIndent <= BaseIndent && in check()
H A DSuspiciousMissingCommaCheck.cpp44 unsigned int BaseIndent = SM.getSpellingColumnNumber(FirstToken); in isConcatenatedLiteralsOnPurpose() local
51 if (FID != BaseFID || Line != BaseLine + TokNum || Indent <= BaseIndent) { in isConcatenatedLiteralsOnPurpose()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp64 unsigned BaseIndent = SM.getSpellingColumnNumber(Statement->getBeginLoc()); in check() local
68 if (!IsIfStmt && NewTokenIndent <= BaseIndent && in check()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp64 unsigned BaseIndent = SM.getSpellingColumnNumber(Statement->getBeginLoc()); in check() local
68 if (!IsIfStmt && NewTokenIndent <= BaseIndent && in check()
H A DSuspiciousMissingCommaCheck.cpp44 unsigned int BaseIndent = SM.getSpellingColumnNumber(FirstToken); in isConcatenatedLiteralsOnPurpose() local
51 if (FID != BaseFID || Line != BaseLine + TokNum || Indent <= BaseIndent) { in isConcatenatedLiteralsOnPurpose()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp64 unsigned BaseIndent = SM.getSpellingColumnNumber(Statement->getBeginLoc()); in check() local
68 if (!IsIfStmt && NewTokenIndent <= BaseIndent && in check()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp64 unsigned BaseIndent = SM.getSpellingColumnNumber(Statement->getBeginLoc()); in check() local
68 if (!IsIfStmt && NewTokenIndent <= BaseIndent && in check()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp64 unsigned BaseIndent = SM.getSpellingColumnNumber(Statement->getBeginLoc()); in check() local
68 if (!IsIfStmt && NewTokenIndent <= BaseIndent && in check()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp63 unsigned BaseIndent = SM.getSpellingColumnNumber(Statement->getBeginLoc()); in check() local
67 if (!IsIfStmt && NewTokenIndent <= BaseIndent && in check()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp64 unsigned BaseIndent = SM.getSpellingColumnNumber(Statement->getBeginLoc()); in check() local
68 if (!IsIfStmt && NewTokenIndent <= BaseIndent && in check()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp64 unsigned BaseIndent = SM.getSpellingColumnNumber(Statement->getBeginLoc()); in check() local
68 if (!IsIfStmt && NewTokenIndent <= BaseIndent && in check()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp64 unsigned BaseIndent = SM.getSpellingColumnNumber(Statement->getBeginLoc()); in check() local
68 if (!IsIfStmt && NewTokenIndent <= BaseIndent && in check()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp64 unsigned BaseIndent = SM.getSpellingColumnNumber(Statement->getBeginLoc()); in check() local
68 if (!IsIfStmt && NewTokenIndent <= BaseIndent && in check()

1234