HomeSort by relevance Sort by last modified time
    Searched defs:Completion (Results 1 - 6 of 6) sorted by null

  /external/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...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 296 /// \brief Whether we should be caching code-completion results.
321 /// \brief A cached code-completion result, which may be introduced in one of
324 /// \brief The code-completion string corresponding to this completion
326 CodeCompletionString *Completion;
328 /// \brief A bitmask that indicates which code-completion contexts should
329 /// contain this completion result.
332 /// CodeCompleteContext::Kind. To map from a completion context kind to a
337 /// \brief The priority given to this code-completion result.
340 /// \brief The libclang cursor kind corresponding to this code-completion
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 263 /// \brief Determine the set of code-completion contexts in which this
364 CachedResult.Completion = R.CreateCodeCompletionString(
373 // Keep track of the type of this completion in an ASTContext-agnostic
423 // If there any contexts where this completion can be a
425 // nested-name-specifier completion.
427 CachedResult.Completion = R.CreateCodeCompletionString(
448 CachedResult.Completion = R.CreateCodeCompletionString(
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
CompletableFuture.java 20 * completion.
35 * a completion method.
62 * completion. Method {@link #cancel cancel} has the same effect as
67 * <li>In case of exceptional completion with a CompletionException,
76 * <p>Arguments used to pass a completion result (that is, for
91 * A CompletableFuture may have dependent completion actions,
99 * exceptions. Using a single field makes completion simple to
109 * Dependent actions are represented by Completion objects linked
110 * as Treiber stacks headed by field "stack". There are Completion
116 * Completion extends ForkJoinTask to enable async executio
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 549 milliseconds