Home
last modified time | relevance | path

Searched refs:getEligiblePoints (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.h295 EligibleRegion getEligiblePoints(llvm::StringRef Code,
DSourceCode.cpp1043 EligibleRegion getEligiblePoints(llvm::StringRef Code, in getEligiblePoints() function
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DDefineOutline.cpp288 auto Region = getEligiblePoints(Contents, QualifiedName, LangOpts); in getInsertionPoint()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSourceCodeTests.cpp739 auto Res = getEligiblePoints( in TEST()