Home
last modified time | relevance | path

Searched defs:Fixes (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp58 tooling::Replacements &Fixes, in replaceToken() argument
70 tooling::Replacements &Fixes, in removeToken() argument
78 tooling::Replacements &Fixes, in insertQualifierAfter() argument
91 tooling::Replacements &Fixes, in insertQualifierBefore() argument
116 tooling::Replacements &Fixes, const FormatToken *First, in rotateTokens() argument
181 analyzeRight(const SourceManager & SourceMgr,const AdditionalKeywords & Keywords,tooling::Replacements & Fixes,const FormatToken * const Tok,const std::string & Qualifier,tok::TokenKind QualifierType) analyzeRight() argument
372 analyzeLeft(const SourceManager & SourceMgr,const AdditionalKeywords & Keywords,tooling::Replacements & Fixes,const FormatToken * const Tok,const std::string & Qualifier,tok::TokenKind QualifierType) analyzeLeft() argument
539 tooling::Replacements Fixes; analyze() local
547 fixQualifierAlignment(SmallVectorImpl<AnnotatedLine * > & AnnotatedLines,FormatTokenLexer & Tokens,tooling::Replacements & Fixes) fixQualifierAlignment() argument
[all...]
H A DObjCPropertyAttributeOrderFixer.cpp38 const SourceManager &SourceMgr, tooling::Replacements &Fixes, in sortPropertyAttributes() argument
160 analyzeObjCPropertyDecl(const SourceManager & SourceMgr,const AdditionalKeywords & Keywords,tooling::Replacements & Fixes,const FormatToken * Tok) analyzeObjCPropertyDecl() argument
186 tooling::Replacements Fixes; analyze() local
H A DNamespaceEndCommentsFixer.cpp222 tooling::Replacements *Fixes) { in addEndComment()
234 tooling::Replacements *Fixes) { in updateEndComment()
286 tooling::Replacements Fixes; in analyze() local
H A DUsingDeclarationsSorter.cpp139 const SourceManager &SourceMgr, tooling::Replacements *Fixes, in endUsingDeclarationBlock()
217 tooling::Replacements Fixes; in analyze() local
H A DContinuationIndenter.cpp2142 std::pair<tooling::Replacements, unsigned> Fixes = internal::reformat( reformatRawStringLiteral() local
H A DFormat.cpp2799 tooling::Replacements Fixes; generateFixes() local
3765 tooling::Replacements Fixes; reformat() local
[all...]
/llvm-project/lld/docs/
H A DReleaseNotes.rst103 Fixes global() subsection
/llvm-project/clang/unittests/Analysis/
H A DUnsafeBufferUsageTest.cpp40 llvm::SmallVector<FixItHint> Fixes; in TEST_F() local
/llvm-project/clang-tools-extra/clangd/
H A DIncludeFixer.cpp288 std::vector<Fix> Fixes; in fixIncompleteType() local
316 std::vector<Fix> Fixes; in fixesForSymbols() local
615 std::vector<Fix> Fixes; in lookupCached() local
H A DDiagnostics.h111 std::vector<Fix> Fixes; member
H A DClangdLSPServer.cpp1787 __anon6cabf51d2202(clangd::Diagnostic LSPDiag, llvm::ArrayRef<Fix> Fixes) onDiagnosticsReady() argument
/llvm-project/clang/unittests/Tooling/
H A DDiagnosticsYamlTest.cpp167 std::vector<Replacement> Fixes; in TEST() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DNonConstParameterCheck.cpp154 SmallVector<FixItHint, 8> Fixes; in diagnoseNonConstParameters() local
H A DSimplifyBooleanExprCheck.cpp836 flipDemorganBinaryOperator(SmallVectorImpl<FixItHint> &Fixes, in flipDemorganBinaryOperator()
914 static bool flipDemorganSide(SmallVectorImpl<FixItHint> &Fixes, in flipDemorganSide()
985 SmallVector<FixItHint> Fixes; in reportDeMorgan() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DDiagnosticsTests.cpp1181 __anon149f803b0302(clangd::Diagnostic LSPDiag, ArrayRef<clangd::Fix> Fixes) TEST() argument
1200 __anon149f803b0402(clangd::Diagnostic LSPDiag, ArrayRef<clangd::Fix> Fixes) TEST() argument
[all...]
/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2132 FixItList Fixes; getFixits() local
2174 FixItList Fixes; getFixits() local
/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2317 handleUnsafeVariableGroup(const VarDecl * Variable,const VariableGroupsManager & VarGrpMgr,FixItList && Fixes,const Decl * D,const FixitStrategy & VarTargetTypes) handleUnsafeVariableGroup() argument