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 250 /// \brief Whether we should be caching code-completion results.
268 /// \brief A cached code-completion result, which may be introduced in one of
271 /// \brief The code-completion string corresponding to this completion
273 CodeCompletionString *Completion;
275 /// \brief A bitmask that indicates which code-completion contexts should
276 /// contain this completion result.
279 /// CodeCompleteContext::Kind. To map from a completion context kind to a
280 /// bit, subtract one from the completion context kind and shift 1 by that
285 /// \brief The priority given to this code-completion result
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 266 /// \brief Determine the set of code-completion contexts in which this
365 CachedResult.Completion = Results[I].CreateCodeCompletionString(*TheSema,
375 // Keep track of the type of this completion in an ASTContext-agnostic
425 // If there any contexts where this completion can be a
427 // nested-name-specifier completion.
429 CachedResult.Completion
451 CachedResult.Completion
    [all...]

Completed in 59 milliseconds