Home
last modified time | relevance | path

Searched refs:getHeuristicResolver (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DASTSignals.cpp43 AST.getHeuristicResolver()); in derive()
H A DParsedAST.h115 const HeuristicResolver *getHeuristicResolver() const { in getHeuristicResolver() function
H A DXRefs.cpp185 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 DSemanticHighlighting.cpp828 auto Kind = kindForDecl(Decl, AST.getHeuristicResolver()); in getSemanticHighlightings()
861 AST.getHeuristicResolver()); in getSemanticHighlightings()
H A DInlayHints.cpp199 Resolver(AST.getHeuristicResolver()), in InlayHintVisitor()
H A DHover.cpp1035 AST.getHeuristicResolver()); in getHover()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DFindTargetTests.cpp90 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 DDefineInline.cpp448 renameParameters(Target, Source, Sel.AST->getHeuristicResolver()); in apply()
453 qualifyAllDecls(Source, Target, Sel.AST->getHeuristicResolver()); in apply()
H A DRemoveUsingNamespace.cpp178 Inputs.AST->getHeuristicResolver()); in apply()
H A DDefineOutline.cpp434 Sel.AST->getHeuristicResolver()); in apply()
H A DExtractFunction.cpp875 if (MaybeExtZone->requiresHoisting(SM, Inputs.AST->getHeuristicResolver())) in prepare()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DRename.cpp156 AST.getHeuristicResolver())) { in locateDeclAt()
269 AST.getHeuristicResolver()); in findOccurrencesWithinFile()