Home
last modified time | relevance | path

Searched refs:fixesForSymbols (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/
H A DIncludeFixer.cpp145 Fixes = fixesForSymbols(Syms); in fixIncompleteType()
150 std::vector<Fix> IncludeFixer::fixesForSymbols(const SymbolSlab &Syms) const { in fixesForSymbols() function in clang::clangd::IncludeFixer
403 return fixesForSymbols(**Syms); in fixUnresolvedName()
454 Fixes = fixesForSymbols(Syms); in lookupCached()
H A DIncludeFixer.h56 std::vector<Fix> fixesForSymbols(const SymbolSlab &Syms) const;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/
H A DIncludeFixer.cpp139 Fixes = fixesForSymbols(Syms); in fixIncompleteType()
144 std::vector<Fix> IncludeFixer::fixesForSymbols(const SymbolSlab &Syms) const { in fixesForSymbols() function in clang::clangd::IncludeFixer
398 return fixesForSymbols(**Syms); in fixUnresolvedName()
449 Fixes = fixesForSymbols(Syms); in lookupCached()
H A DIncludeFixer.h56 std::vector<Fix> fixesForSymbols(const SymbolSlab &Syms) const;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DIncludeFixer.cpp131 Fixes = fixesForSymbols(Syms); in fixIncompleteType()
136 std::vector<Fix> IncludeFixer::fixesForSymbols(const SymbolSlab &Syms) const { in fixesForSymbols() function in clang::clangd::IncludeFixer
398 return fixesForSymbols(**Syms); in fixUnresolvedName()
449 Fixes = fixesForSymbols(Syms); in lookupCached()
H A DIncludeFixer.h56 std::vector<Fix> fixesForSymbols(const SymbolSlab &Syms) const;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/
H A DIncludeFixer.cpp139 Fixes = fixesForSymbols(Syms); in fixIncompleteType()
144 std::vector<Fix> IncludeFixer::fixesForSymbols(const SymbolSlab &Syms) const { in fixesForSymbols() function in clang::clangd::IncludeFixer
398 return fixesForSymbols(**Syms); in fixUnresolvedName()
449 Fixes = fixesForSymbols(Syms); in lookupCached()
H A DIncludeFixer.h56 std::vector<Fix> fixesForSymbols(const SymbolSlab &Syms) const;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/
H A DIncludeFixer.cpp139 Fixes = fixesForSymbols(Syms); in fixIncompleteType()
144 std::vector<Fix> IncludeFixer::fixesForSymbols(const SymbolSlab &Syms) const { in fixesForSymbols() function in clang::clangd::IncludeFixer
398 return fixesForSymbols(**Syms); in fixUnresolvedName()
449 Fixes = fixesForSymbols(Syms); in lookupCached()
H A DIncludeFixer.h56 std::vector<Fix> fixesForSymbols(const SymbolSlab &Syms) const;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/
H A DIncludeFixer.cpp139 Fixes = fixesForSymbols(Syms); in fixIncompleteType()
144 std::vector<Fix> IncludeFixer::fixesForSymbols(const SymbolSlab &Syms) const { in fixesForSymbols() function in clang::clangd::IncludeFixer
400 return fixesForSymbols(**Syms); in fixUnresolvedName()
451 Fixes = fixesForSymbols(Syms); in lookupCached()
H A DIncludeFixer.h56 std::vector<Fix> fixesForSymbols(const SymbolSlab &Syms) const;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/
H A DIncludeFixer.cpp139 Fixes = fixesForSymbols(Syms); in fixIncompleteType()
144 std::vector<Fix> IncludeFixer::fixesForSymbols(const SymbolSlab &Syms) const { in fixesForSymbols() function in clang::clangd::IncludeFixer
398 return fixesForSymbols(**Syms); in fixUnresolvedName()
449 Fixes = fixesForSymbols(Syms); in lookupCached()
H A DIncludeFixer.h56 std::vector<Fix> fixesForSymbols(const SymbolSlab &Syms) const;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/
H A DIncludeFixer.cpp131 Fixes = fixesForSymbols(Syms); in fixIncompleteType()
136 std::vector<Fix> IncludeFixer::fixesForSymbols(const SymbolSlab &Syms) const { in fixesForSymbols() function in clang::clangd::IncludeFixer
398 return fixesForSymbols(**Syms); in fixUnresolvedName()
449 Fixes = fixesForSymbols(Syms); in lookupCached()
H A DIncludeFixer.h56 std::vector<Fix> fixesForSymbols(const SymbolSlab &Syms) const;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DIncludeFixer.cpp131 Fixes = fixesForSymbols(Syms); in fixIncompleteType()
136 std::vector<Fix> IncludeFixer::fixesForSymbols(const SymbolSlab &Syms) const { in fixesForSymbols() function in clang::clangd::IncludeFixer
398 return fixesForSymbols(**Syms); in fixUnresolvedName()
449 Fixes = fixesForSymbols(Syms); in lookupCached()
H A DIncludeFixer.h56 std::vector<Fix> fixesForSymbols(const SymbolSlab &Syms) const;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/
H A DIncludeFixer.cpp131 Fixes = fixesForSymbols(Syms); in fixIncompleteType()
136 std::vector<Fix> IncludeFixer::fixesForSymbols(const SymbolSlab &Syms) const { in fixesForSymbols() function in clang::clangd::IncludeFixer
398 return fixesForSymbols(**Syms); in fixUnresolvedName()
449 Fixes = fixesForSymbols(Syms); in lookupCached()
H A DIncludeFixer.h56 std::vector<Fix> fixesForSymbols(const SymbolSlab &Syms) const;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DIncludeFixer.cpp147 Fixes = fixesForSymbols(Syms); in fixIncompleteType()
152 std::vector<Fix> IncludeFixer::fixesForSymbols(const SymbolSlab &Syms) const { in fixesForSymbols() function in clang::clangd::IncludeFixer
405 return fixesForSymbols(**Syms); in fixUnresolvedName()
456 Fixes = fixesForSymbols(Syms); in lookupCached()
H A DIncludeFixer.h56 std::vector<Fix> fixesForSymbols(const SymbolSlab &Syms) const;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DIncludeFixer.cpp131 Fixes = fixesForSymbols(Syms);
136 std::vector<Fix> IncludeFixer::fixesForSymbols(const SymbolSlab &Syms) const {
398 return fixesForSymbols(**Syms);
449 Fixes = fixesForSymbols(Syms); in getterVariableName()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DIncludeFixer.cpp147 Fixes = fixesForSymbols(Syms); in fixIncompleteType()
152 std::vector<Fix> IncludeFixer::fixesForSymbols(const SymbolSlab &Syms) const { in fixesForSymbols() function in clang::clangd::IncludeFixer
405 return fixesForSymbols(**Syms); in fixUnresolvedName()
456 Fixes = fixesForSymbols(Syms); in lookupCached()
H A DIncludeFixer.h56 std::vector<Fix> fixesForSymbols(const SymbolSlab &Syms) const;

12