Home
last modified time | relevance | path

Searched defs:getCompletions (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp84 CompVector getCompletions() { in getCompletions() function in clang::ast_matchers::dynamic::__anon5c6a99240111::RegistryTest
90 CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1) { in getCompletions() function in clang::ast_matchers::dynamic::__anon5c6a99240111::RegistryTest
100 CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1, in getCompletions() function in clang::ast_matchers::dynamic::__anon5c6a99240111::RegistryTest
/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h141 std::vector<Completion> getCompletions(StringRef Buffer, getCompletions() function