HomeSort by: relevance | last modified time | path
    Searched defs:Completion (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/LineEditor/
LineEditor.h 47 /// The action to perform upon a completion request.
65 /// A possible completion at a given cursor position.
66 struct Completion {
67 Completion() {}
68 Completion(const std::string &TypedText, const std::string &DisplayText)
72 /// completion, this should only include the rest of the text.
75 /// A description of this completion. This may be the completion itself, or
91 /// position in the StringRef) and returns a std::vector<Completion>.
97 /// completion request. If the current completer is a list completer, thi
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h 244 /// Whether we should be caching code-completion results.
266 /// A cached code-completion result, which may be introduced in one of
269 /// The code-completion string corresponding to this completion
271 CodeCompletionString *Completion;
273 /// A bitmask that indicates which code-completion contexts should
274 /// contain this completion result.
277 /// CodeCompleteContext::Kind. To map from a completion context kind to a
282 /// The priority given to this code-completion result.
285 /// The libclang cursor kind corresponding to this code-completion
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 285 /// Determine the set of code-completion contexts in which this
391 CachedResult.Completion = R.CreateCodeCompletionString(
400 // Keep track of the type of this completion in an ASTContext-agnostic
450 // If there any contexts where this completion can be a
452 // nested-name-specifier completion.
454 CachedResult.Completion = R.CreateCodeCompletionString(
475 CachedResult.Completion = R.CreateCodeCompletionString(
1409 // entities the last time we rebuilt the preamble, clear out the completion
1852 // If we're caching global code-completion results, and the top-level
1853 // declarations have changed, clear out the code-completion cache
    [all...]

Completed in 26 milliseconds