Home
last modified time | relevance | path

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

12

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clangd/index/
H A DSymbolCollector.cpp244 bool IsMainFileOnly) { in shouldCollectSymbol() argument
252 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in shouldCollectSymbol()
256 if (!IsMainFileOnly && ND.isInAnonymousNamespace()) in shouldCollectSymbol()
335 bool IsMainFileOnly = SM.isWrittenInMainFile(SM.getExpansionLoc( in handleDeclOccurence() local
337 if (!shouldCollectSymbol(*ND, *ASTCtx, Opts, IsMainFileOnly)) in handleDeclOccurence()
340 if (CollectRef && !IsMainFileOnly && !isa<NamespaceDecl>(ND) && in handleDeclOccurence()
354 BasicSymbol = addDeclaration(*ND, std::move(*ID), IsMainFileOnly); in handleDeclOccurence()
360 BasicSymbol = addDeclaration(OriginalDecl, std::move(*ID), IsMainFileOnly); in handleDeclOccurence()
510 bool IsMainFileOnly) { in addDeclaration() argument
522 if (!IsMainFileOnly && isIndexedForCodeCompletion(ND, Ctx)) in addDeclaration()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp209 bool IsMainFileOnly) { in shouldCollectSymbol() argument
215 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in shouldCollectSymbol()
219 if (!IsMainFileOnly && ND.isInAnonymousNamespace()) in shouldCollectSymbol()
314 bool IsMainFileOnly = in handleDeclOccurrence() local
320 !shouldCollectSymbol(*ND, *ASTCtx, Opts, IsMainFileOnly)) in handleDeclOccurrence()
342 (!IsMainFileOnly || Opts.CollectMainFileRefs || in handleDeclOccurrence()
419 bool IsMainFileOnly = in handleMacroOccurrence() local
434 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in handleMacroOccurrence()
458 if (!IsMainFileOnly) { in handleMacroOccurrence()
655 if (!IsMainFileOnly && isIndexedForCodeCompletion(ND, Ctx)) in addDeclaration()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp363 bool IsMainFileOnly) { in shouldCollectSymbol() argument
369 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in shouldCollectSymbol()
373 if (!IsMainFileOnly && ND.isInAnonymousNamespace()) in shouldCollectSymbol()
473 bool IsMainFileOnly = in handleDeclOccurrence() local
479 !shouldCollectSymbol(*ND, *ASTCtx, Opts, IsMainFileOnly)) in handleDeclOccurrence()
501 (!IsMainFileOnly || Opts.CollectMainFileRefs || in handleDeclOccurrence()
594 bool IsMainFileOnly = in handleMacroOccurrence() local
609 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in handleMacroOccurrence()
633 if (!IsMainFileOnly) { in handleMacroOccurrence()
829 if (!IsMainFileOnly && isIndexedForCodeCompletion(ND, Ctx)) in addDeclaration()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp213 bool IsMainFileOnly) { in shouldCollectSymbol() argument
219 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in shouldCollectSymbol()
223 if (!IsMainFileOnly && ND.isInAnonymousNamespace()) in shouldCollectSymbol()
323 bool IsMainFileOnly = in handleDeclOccurrence() local
329 !shouldCollectSymbol(*ND, *ASTCtx, Opts, IsMainFileOnly)) in handleDeclOccurrence()
351 (!IsMainFileOnly || Opts.CollectMainFileRefs || in handleDeclOccurrence()
443 bool IsMainFileOnly = in handleMacroOccurrence() local
458 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in handleMacroOccurrence()
482 if (!IsMainFileOnly) { in handleMacroOccurrence()
678 if (!IsMainFileOnly && isIndexedForCodeCompletion(ND, Ctx)) in addDeclaration()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp363 bool IsMainFileOnly) { in shouldCollectSymbol() argument
369 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in shouldCollectSymbol()
373 if (!IsMainFileOnly && ND.isInAnonymousNamespace()) in shouldCollectSymbol()
473 bool IsMainFileOnly = in handleDeclOccurrence() local
479 !shouldCollectSymbol(*ND, *ASTCtx, Opts, IsMainFileOnly)) in handleDeclOccurrence()
501 (!IsMainFileOnly || Opts.CollectMainFileRefs || in handleDeclOccurrence()
594 bool IsMainFileOnly = in handleMacroOccurrence() local
609 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in handleMacroOccurrence()
633 if (!IsMainFileOnly) { in handleMacroOccurrence()
829 if (!IsMainFileOnly && isIndexedForCodeCompletion(ND, Ctx)) in addDeclaration()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp363 bool IsMainFileOnly) { in shouldCollectSymbol() argument
369 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in shouldCollectSymbol()
373 if (!IsMainFileOnly && ND.isInAnonymousNamespace()) in shouldCollectSymbol()
473 bool IsMainFileOnly = in handleDeclOccurrence() local
479 !shouldCollectSymbol(*ND, *ASTCtx, Opts, IsMainFileOnly)) in handleDeclOccurrence()
501 (!IsMainFileOnly || Opts.CollectMainFileRefs || in handleDeclOccurrence()
594 bool IsMainFileOnly = in handleMacroOccurrence() local
609 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in handleMacroOccurrence()
633 if (!IsMainFileOnly) { in handleMacroOccurrence()
829 if (!IsMainFileOnly && isIndexedForCodeCompletion(ND, Ctx)) in addDeclaration()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp363 bool IsMainFileOnly) { in shouldCollectSymbol() argument
369 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in shouldCollectSymbol()
373 if (!IsMainFileOnly && ND.isInAnonymousNamespace()) in shouldCollectSymbol()
473 bool IsMainFileOnly = in handleDeclOccurrence() local
479 !shouldCollectSymbol(*ND, *ASTCtx, Opts, IsMainFileOnly)) in handleDeclOccurrence()
501 (!IsMainFileOnly || Opts.CollectMainFileRefs || in handleDeclOccurrence()
594 bool IsMainFileOnly = in handleMacroOccurrence() local
609 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in handleMacroOccurrence()
633 if (!IsMainFileOnly) { in handleMacroOccurrence()
829 if (!IsMainFileOnly && isIndexedForCodeCompletion(ND, Ctx)) in addDeclaration()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp213 bool IsMainFileOnly) { in shouldCollectSymbol() argument
219 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in shouldCollectSymbol()
223 if (!IsMainFileOnly && ND.isInAnonymousNamespace()) in shouldCollectSymbol()
323 bool IsMainFileOnly = in handleDeclOccurrence() local
329 !shouldCollectSymbol(*ND, *ASTCtx, Opts, IsMainFileOnly)) in handleDeclOccurrence()
351 (!IsMainFileOnly || Opts.CollectMainFileRefs || in handleDeclOccurrence()
443 bool IsMainFileOnly = in handleMacroOccurrence() local
458 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in handleMacroOccurrence()
482 if (!IsMainFileOnly) { in handleMacroOccurrence()
678 if (!IsMainFileOnly && isIndexedForCodeCompletion(ND, Ctx)) in addDeclaration()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp363 bool IsMainFileOnly) { in isLanguageVersionSupported()
369 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in isLanguageVersionSupported()
373 if (!IsMainFileOnly && ND.isInAnonymousNamespace()) in isLanguageVersionSupported()
473 bool IsMainFileOnly = in isLanguageVersionSupported()
479 !shouldCollectSymbol(*ND, *ASTCtx, Opts, IsMainFileOnly)) in isLanguageVersionSupported()
501 (!IsMainFileOnly || Opts.CollectMainFileRefs || in isLanguageVersionSupported()
594 bool IsMainFileOnly = in isLanguageVersionSupported()
609 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in isLanguageVersionSupported()
633 if (!IsMainFileOnly) { in isLanguageVersionSupported()
829 if (!IsMainFileOnly && isIndexedForCodeCompletion(ND, Ctx)) in isLanguageVersionSupported()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/index/
H A DSymbolCollector.cpp203 bool IsMainFileOnly) { in shouldCollectSymbol() argument
209 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in shouldCollectSymbol()
213 if (!IsMainFileOnly && ND.isInAnonymousNamespace()) in shouldCollectSymbol()
308 bool IsMainFileOnly = in handleDeclOccurence() local
313 !shouldCollectSymbol(*ND, *ASTCtx, Opts, IsMainFileOnly)) in handleDeclOccurence()
316 if (CollectRef && !IsMainFileOnly && !isa<NamespaceDecl>(ND) && in handleDeclOccurence()
332 BasicSymbol = addDeclaration(*ND, std::move(*ID), IsMainFileOnly); in handleDeclOccurence()
338 BasicSymbol = addDeclaration(*OriginalDecl, std::move(*ID), IsMainFileOnly); in handleDeclOccurence()
556 bool IsMainFileOnly) { in addDeclaration() argument
570 if (!IsMainFileOnly && isIndexedForCodeCompletion(ND, Ctx)) in addDeclaration()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp205 bool IsMainFileOnly) { in shouldCollectSymbol() argument
211 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in shouldCollectSymbol()
215 if (!IsMainFileOnly && ND.isInAnonymousNamespace()) in shouldCollectSymbol()
305 bool IsMainFileOnly = in handleDeclOccurrence() local
311 !shouldCollectSymbol(*ND, *ASTCtx, Opts, IsMainFileOnly)) in handleDeclOccurrence()
318 if (CollectRef && !IsMainFileOnly && !isa<NamespaceDecl>(ND) && in handleDeclOccurrence()
335 BasicSymbol = addDeclaration(*ND, std::move(*ID), IsMainFileOnly); in handleDeclOccurrence()
341 BasicSymbol = addDeclaration(*OriginalDecl, std::move(*ID), IsMainFileOnly); in handleDeclOccurrence()
598 bool IsMainFileOnly) { in addDeclaration() argument
612 if (!IsMainFileOnly && isIndexedForCodeCompletion(ND, Ctx)) in addDeclaration()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/index/
H A DSymbolCollector.cpp203 bool IsMainFileOnly) { in shouldCollectSymbol() argument
209 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in shouldCollectSymbol()
213 if (!IsMainFileOnly && ND.isInAnonymousNamespace()) in shouldCollectSymbol()
289 bool IsMainFileOnly = in handleDeclOccurrence() local
295 !shouldCollectSymbol(*ND, *ASTCtx, Opts, IsMainFileOnly)) in handleDeclOccurrence()
317 if (CollectRef && !IsMainFileOnly && !isa<NamespaceDecl>(ND) && in handleDeclOccurrence()
334 BasicSymbol = addDeclaration(*ND, std::move(*ID), IsMainFileOnly); in handleDeclOccurrence()
340 BasicSymbol = addDeclaration(*OriginalDecl, std::move(*ID), IsMainFileOnly); in handleDeclOccurrence()
615 bool IsMainFileOnly) { in addDeclaration() argument
629 if (!IsMainFileOnly && isIndexedForCodeCompletion(ND, Ctx)) in addDeclaration()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp203 bool IsMainFileOnly) { in shouldCollectSymbol() argument
209 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in shouldCollectSymbol()
213 if (!IsMainFileOnly && ND.isInAnonymousNamespace()) in shouldCollectSymbol()
289 bool IsMainFileOnly = in handleDeclOccurrence() local
295 !shouldCollectSymbol(*ND, *ASTCtx, Opts, IsMainFileOnly)) in handleDeclOccurrence()
317 if (CollectRef && !IsMainFileOnly && !isa<NamespaceDecl>(ND) && in handleDeclOccurrence()
334 BasicSymbol = addDeclaration(*ND, std::move(*ID), IsMainFileOnly); in handleDeclOccurrence()
340 BasicSymbol = addDeclaration(*OriginalDecl, std::move(*ID), IsMainFileOnly); in handleDeclOccurrence()
615 bool IsMainFileOnly) { in addDeclaration() argument
629 if (!IsMainFileOnly && isIndexedForCodeCompletion(ND, Ctx)) in addDeclaration()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/index/
H A DSymbolCollector.cpp205 bool IsMainFileOnly) { in shouldCollectSymbol() argument
211 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in shouldCollectSymbol()
215 if (!IsMainFileOnly && ND.isInAnonymousNamespace()) in shouldCollectSymbol()
305 bool IsMainFileOnly = in handleDeclOccurrence() local
311 !shouldCollectSymbol(*ND, *ASTCtx, Opts, IsMainFileOnly)) in handleDeclOccurrence()
318 if (CollectRef && !IsMainFileOnly && !isa<NamespaceDecl>(ND) && in handleDeclOccurrence()
335 BasicSymbol = addDeclaration(*ND, std::move(*ID), IsMainFileOnly); in handleDeclOccurrence()
341 BasicSymbol = addDeclaration(*OriginalDecl, std::move(*ID), IsMainFileOnly); in handleDeclOccurrence()
598 bool IsMainFileOnly) { in addDeclaration() argument
612 if (!IsMainFileOnly && isIndexedForCodeCompletion(ND, Ctx)) in addDeclaration()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp128 bool IsMainFileOnly = true; in renameable() local
131 IsMainFileOnly = false; in renameable()
133 IsMainFileOnly = false; in renameable()
138 SymbolCollector::Options(), IsMainFileOnly); in renameable()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/refactor/
H A DRename.cpp128 bool IsMainFileOnly = true; in renameable() local
131 IsMainFileOnly = false; in renameable()
133 IsMainFileOnly = false; in renameable()
138 SymbolCollector::Options(), IsMainFileOnly); in renameable()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/refactor/
H A DRename.cpp149 bool IsMainFileOnly = true; in renameable() local
152 IsMainFileOnly = false; in renameable()
154 IsMainFileOnly = false; in renameable()
158 IsMainFileOnly)) in renameable()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/refactor/
H A DRename.cpp149 bool IsMainFileOnly = true; in renameable() local
152 IsMainFileOnly = false; in renameable()
154 IsMainFileOnly = false; in renameable()
158 IsMainFileOnly)) in renameable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/refactor/
H A DRename.cpp153 bool IsMainFileOnly = true; in renameable() local
156 IsMainFileOnly = false; in renameable()
158 IsMainFileOnly = false; in renameable()
162 IsMainFileOnly)) in renameable()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/refactor/
H A DRename.cpp225 bool IsMainFileOnly = true; in renameable() local
228 IsMainFileOnly = false; in renameable()
230 IsMainFileOnly = false; in renameable()
234 IsMainFileOnly)) in renameable()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/refactor/
H A DRename.cpp225 bool IsMainFileOnly = true; in renameable() local
228 IsMainFileOnly = false; in renameable()
230 IsMainFileOnly = false; in renameable()
234 IsMainFileOnly)) in renameable()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/refactor/
H A DRename.cpp211 bool IsMainFileOnly = true; in renameable() local
214 IsMainFileOnly = false; in renameable()
216 IsMainFileOnly = false; in renameable()
220 IsMainFileOnly)) in renameable()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/refactor/
H A DRename.cpp211 bool IsMainFileOnly = true; in renameable() local
214 IsMainFileOnly = false; in renameable()
216 IsMainFileOnly = false; in renameable()
220 IsMainFileOnly)) in renameable()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/refactor/
H A DRename.cpp211 bool IsMainFileOnly = true; in renameable() local
214 IsMainFileOnly = false; in renameable()
216 IsMainFileOnly = false; in renameable()
220 IsMainFileOnly)) in renameable()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp211 bool IsMainFileOnly = true; in renameable() local
214 IsMainFileOnly = false; in renameable()
216 IsMainFileOnly = false; in renameable()
220 IsMainFileOnly)) in renameable()

12