Home
last modified time | relevance | path

Searched refs:getCompletions (Results 1 – 3 of 3) sorted by relevance

/external/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp84 CompVector getCompletions() { in getCompletions() function in clang::ast_matchers::dynamic::__anon47a3ecf30111::RegistryTest
90 CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1) { in getCompletions() function in clang::ast_matchers::dynamic::__anon47a3ecf30111::RegistryTest
100 CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1, in getCompletions() function in clang::ast_matchers::dynamic::__anon47a3ecf30111::RegistryTest
447 CompVector Comps = getCompletions(); in TEST_F()
461 CompVector WhileComps = getCompletions("whileStmt", 0); in TEST_F()
474 getCompletions("allOf", 0, "whileStmt", 0); in TEST_F()
480 getCompletions("decl", 0, "whileStmt", 0); in TEST_F()
483 CompVector NamedDeclComps = getCompletions("namedDecl", 0); in TEST_F()
490 Comps = getCompletions("classTemplateSpecializationDecl", 0); in TEST_F()
/external/llvm/include/llvm/LineEditor/
DLineEditor.h125 virtual std::vector<Completion> getCompletions(StringRef Buffer,
141 std::vector<Completion> getCompletions(StringRef Buffer, in getCompletions() function
/external/llvm/lib/LineEditor/
DLineEditor.cpp56 std::vector<Completion> Comps = getCompletions(Buffer, Pos); in complete()