Searched refs:getCompletions (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/LineEditor/
H A DLineEditor.h125 virtual std::vector<Completion> getCompletions(StringRef Buffer,
141 std::vector<Completion> getCompletions(StringRef Buffer,
/external/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp84 CompVector getCompletions() { function in class:clang::ast_matchers::dynamic::__anon18735::RegistryTest
85 return Registry::getCompletions(
89 CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1) { function in class:clang::ast_matchers::dynamic::__anon18735::RegistryTest
95 return Registry::getCompletions(Context);
98 CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1, function in class:clang::ast_matchers::dynamic::__anon18735::RegistryTest
109 return Registry::getCompletions(Context);
440 CompVector Comps = getCompletions();
446 CompVector WhileComps = getCompletions("whileStmt", 0);
464 getCompletions("allOf", 0, "whileStmt", 0);
470 getCompletions("dec
[all...]
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h82 getCompletions(ArrayRef<std::pair<MatcherCtor, unsigned> > Context);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DRuntimeModel.js289 function getCompletions(primitiveType)
314 result.callFunctionJSON(getCompletions, undefined, receivedPropertyNames.bind(this));
316 this.evaluate("(" + getCompletions + ")(\"" + result.type + "\")", "completion", false, true, true, false, receivedPropertyNamesFromEval.bind(this));
/external/llvm/lib/LineEditor/
H A DLineEditor.cpp56 std::vector<Completion> Comps = getCompletions(Buffer, Pos);
/external/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp453 Registry::getCompletions(ContextStack);
H A DRegistry.cpp365 std::vector<MatcherCompletion> Registry::getCompletions( function in class:clang::ast_matchers::dynamic::Registry

Completed in 993 milliseconds