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

  /external/webkit/Source/JavaScriptCore/runtime/
Completion.h 37 * Completion objects are used to convey the return status and value
40 class Completion {
42 Completion(ComplType type = Normal, JSValue value = JSValue())
58 Completion checkSyntax(ExecState*, const SourceCode&);
59 Completion evaluate(ExecState*, ScopeChainNode*, const SourceCode&, JSValue thisValue = JSValue());
  /external/clang/include/clang/Frontend/
ASTUnit.h 255 /// \brief Whether we should be caching code-completion results.
275 /// \brief A cached code-completion result, which may be introduced in one of
278 /// \brief The code-completion string corresponding to this completion
280 CodeCompletionString *Completion;
282 /// \brief A bitmask that indicates which code-completion contexts should
283 /// contain this completion result.
286 /// CodeCompleteContext::Kind. To map from a completion context kind to a
287 /// bit, subtract one from the completion context kind and shift 1 by that
292 /// \brief The priority given to this code-completion result
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 152 /// \brief Determine the set of code-completion contexts in which this
250 CachedResult.Completion = Results[I].CreateCodeCompletionString(*TheSema,
259 // Keep track of the type of this completion in an ASTContext-agnostic
309 // If there any contexts where this completion can be a
311 // nested-name-specifier completion.
313 CachedResult.Completion
334 CachedResult.Completion
    [all...]

Completed in 393 milliseconds