/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clangd/ |
H A D | CodeComplete.cpp | 1254 auto InTopLevelScope = hasDeclContext( in isIndexedForCodeCompletion() local 1256 return !match(decl(anyOf(InTopLevelScope, in isIndexedForCodeCompletion() 1258 enumDecl(InTopLevelScope, unless(isScoped()))))), in isIndexedForCodeCompletion()
|
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clangd/ |
H A D | CodeComplete.cpp | 1651 auto InTopLevelScope = [](const NamedDecl &ND) { in isIndexedForCodeCompletion() local 1662 if (InTopLevelScope(ND)) in isIndexedForCodeCompletion() 1666 return InTopLevelScope(*EnumDecl) && !EnumDecl->isScoped(); in isIndexedForCodeCompletion()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/ |
H A D | CodeComplete.cpp | 1780 auto InTopLevelScope = [](const NamedDecl &ND) { in isIndexedForCodeCompletion() local 1796 if (InTopLevelScope(ND)) in isIndexedForCodeCompletion() 1800 return InTopLevelScope(*EnumDecl) && !EnumDecl->isScoped(); in isIndexedForCodeCompletion()
|
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/ |
H A D | CodeComplete.cpp | 1780 auto InTopLevelScope = [](const NamedDecl &ND) { in isIndexedForCodeCompletion() local 1796 if (InTopLevelScope(ND)) in isIndexedForCodeCompletion() 1800 return InTopLevelScope(*EnumDecl) && !EnumDecl->isScoped(); in isIndexedForCodeCompletion()
|
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/ |
H A D | CodeComplete.cpp | 1773 auto InTopLevelScope = [](const NamedDecl &ND) { in isIndexedForCodeCompletion() local 1791 if (InTopLevelScope(ND)) in isIndexedForCodeCompletion() 1795 return InTopLevelScope(*EnumDecl) && !EnumDecl->isScoped(); in isIndexedForCodeCompletion()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/ |
H A D | CodeComplete.cpp | 1835 auto InTopLevelScope = [](const NamedDecl &ND) { in isIndexedForCodeCompletion() local 1851 if (InTopLevelScope(ND)) in isIndexedForCodeCompletion() 1855 return InTopLevelScope(*EnumDecl) && !EnumDecl->isScoped(); in isIndexedForCodeCompletion()
|
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/ |
H A D | CodeComplete.cpp | 1814 auto InTopLevelScope = [](const NamedDecl &ND) { in isIndexedForCodeCompletion() local 1830 if (InTopLevelScope(ND)) in isIndexedForCodeCompletion() 1834 return InTopLevelScope(*EnumDecl) && !EnumDecl->isScoped(); in isIndexedForCodeCompletion()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/ |
H A D | CodeComplete.cpp | 1814 auto InTopLevelScope = [](const NamedDecl &ND) { in isIndexedForCodeCompletion() local 1830 if (InTopLevelScope(ND)) in isIndexedForCodeCompletion() 1834 return InTopLevelScope(*EnumDecl) && !EnumDecl->isScoped(); in isIndexedForCodeCompletion()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/ |
H A D | CodeComplete.cpp | 1898 auto InTopLevelScope = [](const NamedDecl &ND) { in isIndexedForCodeCompletion() local 1921 if (InTopLevelScope(ND)) in isIndexedForCodeCompletion() 1925 return InTopLevelScope(*EnumDecl) && !EnumDecl->isScoped(); in isIndexedForCodeCompletion()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/ |
H A D | CodeComplete.cpp | 1858 auto InTopLevelScope = [](const NamedDecl &ND) { in isIndexedForCodeCompletion() local 1874 if (InTopLevelScope(ND)) in isIndexedForCodeCompletion() 1878 return InTopLevelScope(*EnumDecl) && !EnumDecl->isScoped(); in isIndexedForCodeCompletion()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/ |
H A D | CodeComplete.cpp | 1898 auto InTopLevelScope = [](const NamedDecl &ND) { in isIndexedForCodeCompletion() local 1921 if (InTopLevelScope(ND)) in isIndexedForCodeCompletion() 1925 return InTopLevelScope(*EnumDecl) && !EnumDecl->isScoped(); in isIndexedForCodeCompletion()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/ |
H A D | CodeComplete.cpp | 1911 auto InTopLevelScope = [](const NamedDecl &ND) { in isIndexedForCodeCompletion() local 1934 if (InTopLevelScope(ND)) in isIndexedForCodeCompletion() 1938 return InTopLevelScope(*EnumDecl) && !EnumDecl->isScoped(); in isIndexedForCodeCompletion()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/ |
H A D | CodeComplete.cpp | 1898 auto InTopLevelScope = [](const NamedDecl &ND) { in isIndexedForCodeCompletion() local 1921 if (InTopLevelScope(ND)) in isIndexedForCodeCompletion() 1925 return InTopLevelScope(*EnumDecl) && !EnumDecl->isScoped(); in isIndexedForCodeCompletion()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/ |
H A D | CodeComplete.cpp | 1858 auto InTopLevelScope = [](const NamedDecl &ND) { in isIndexedForCodeCompletion() local 1874 if (InTopLevelScope(ND)) in isIndexedForCodeCompletion() 1878 return InTopLevelScope(*EnumDecl) && !EnumDecl->isScoped(); in isIndexedForCodeCompletion()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/ |
H A D | CodeComplete.cpp | 1898 auto InTopLevelScope = [](const NamedDecl &ND) { in isIndexedForCodeCompletion() local 1921 if (InTopLevelScope(ND)) in isIndexedForCodeCompletion() 1925 return InTopLevelScope(*EnumDecl) && !EnumDecl->isScoped(); in isIndexedForCodeCompletion()
|