Home
last modified time | relevance | path

Searched defs:Findings (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/
H A DIncludeCleanerTests.cpp97 IncludeCleanerFindings Findings = computeIncludeCleanerFindings(AST); in TEST() local
133 IncludeCleanerFindings Findings = computeIncludeCleanerFindings(AST); in TEST() local
156 IncludeCleanerFindings Findings = computeIncludeCleanerFindings(AST); in TEST() local
175 IncludeCleanerFindings Findings = computeIncludeCleanerFindings(AST, true); in TEST() local
197 IncludeCleanerFindings Findings = computeIncludeCleanerFindings(AST); in TEST() local
296 auto Findings = computeIncludeCleanerFindings(AST); TEST() local
374 IncludeCleanerFindings Findings = computeIncludeCleanerFindings(AST); TEST() local
396 IncludeCleanerFindings Findings = computeIncludeCleanerFindings(AST); TEST() local
417 IncludeCleanerFindings Findings = computeIncludeCleanerFindings(AST); TEST() local
433 IncludeCleanerFindings Findings = computeIncludeCleanerFindings(AST); TEST() local
454 auto Findings = computeIncludeCleanerFindings(AST).MissingIncludes; TEST() local
479 auto Findings = computeIncludeCleanerFindings(AST).MissingIncludes; TEST() local
619 auto Findings = computeIncludeCleanerFindings(AST); TEST() local
642 auto Findings = computeIncludeCleanerFindings(AST); TEST() local
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DIncludeCleaner.cpp465 issueIncludeCleanerDiagnostics(ParsedAST & AST,llvm::StringRef Code,const IncludeCleanerFindings & Findings,const ThreadsafeFS & TFS,HeaderFilter IgnoreHeaders) issueIncludeCleanerDiagnostics() argument
H A DParsedAST.cpp376 auto Findings = computeIncludeCleanerFindings( getIncludeCleanerDiags() local