Searched refs:getHeuristicResolver (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ASTSignals.cpp | 43 AST.getHeuristicResolver()); in derive()
|
| H A D | ParsedAST.h | 115 const HeuristicResolver *getHeuristicResolver() const { in getHeuristicResolver() function
|
| H A D | XRefs.cpp | 185 llvm::copy_if(allTargetDecls(N->ASTNode, AST.getHeuristicResolver()), in getDeclAtPositionWithRelations() 500 AST.getHeuristicResolver()); in locateSymbolForType() 1247 targetDecl(N->ASTNode, Relations, AST.getHeuristicResolver()); in findDocumentHighlights() 1753 AST.getHeuristicResolver()); in findRecordTypeAt() 1978 for (const QualType& Type : unwrapFindType(typeForNode(N), AST.getHeuristicResolver())) in findType() 2215 AST.getHeuristicResolver()); in getNonLocalDeclRefs()
|
| H A D | SemanticHighlighting.cpp | 828 auto Kind = kindForDecl(Decl, AST.getHeuristicResolver()); in getSemanticHighlightings() 861 AST.getHeuristicResolver()); in getSemanticHighlightings()
|
| H A D | InlayHints.cpp | 199 Resolver(AST.getHeuristicResolver()), in InlayHintVisitor()
|
| H A D | Hover.cpp | 1035 AST.getHeuristicResolver()); in getHover()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | FindTargetTests.cpp | 90 allTargetDecls(N->ASTNode, AST.getHeuristicResolver())) in assertNodeAndPrintDecls() 1153 AST.getHeuristicResolver()); in annotateReferencesInFoo() 1163 AST.getHeuristicResolver()); in annotateReferencesInFoo()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | DefineInline.cpp | 448 renameParameters(Target, Source, Sel.AST->getHeuristicResolver()); in apply() 453 qualifyAllDecls(Source, Target, Sel.AST->getHeuristicResolver()); in apply()
|
| H A D | RemoveUsingNamespace.cpp | 178 Inputs.AST->getHeuristicResolver()); in apply()
|
| H A D | DefineOutline.cpp | 434 Sel.AST->getHeuristicResolver()); in apply()
|
| H A D | ExtractFunction.cpp | 875 if (MaybeExtZone->requiresHoisting(SM, Inputs.AST->getHeuristicResolver())) in prepare()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/ |
| H A D | Rename.cpp | 156 AST.getHeuristicResolver())) { in locateDeclAt() 269 AST.getHeuristicResolver()); in findOccurrencesWithinFile()
|