Searched refs:getCompletions (Results 1 - 7 of 7) sorted by relevance
/external/llvm/include/llvm/LineEditor/ |
H A D | LineEditor.h | 125 virtual std::vector<Completion> getCompletions(StringRef Buffer, 141 std::vector<Completion> getCompletions(StringRef Buffer,
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
H A D | RegistryTest.cpp | 84 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 D | Registry.h | 82 getCompletions(ArrayRef<std::pair<MatcherCtor, unsigned> > Context);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
H A D | RuntimeModel.js | 289 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 D | LineEditor.cpp | 56 std::vector<Completion> Comps = getCompletions(Buffer, Pos);
|
/external/clang/lib/ASTMatchers/Dynamic/ |
H A D | Parser.cpp | 453 Registry::getCompletions(ContextStack);
|
H A D | Registry.cpp | 365 std::vector<MatcherCompletion> Registry::getCompletions( function in class:clang::ast_matchers::dynamic::Registry
|
Completed in 993 milliseconds