Searched defs:Completion (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DCompletion.h37 * Completion objects are used to convey the return status and value
40 class Completion { class in namespace:JSC
42 Completion(ComplType type = Normal, JSValue value = JSValue()) function in class:JSC::Completion
58 Completion checkSyntax(ExecState*, const SourceCode&);
59 Completion evaluate(ExecState*, ScopeChainNode*, const SourceCode&, JSValue thisValue = JSValue());
/external/clang/include/clang/Frontend/
H A DASTUnit.h282 CodeCompletionString *Completion; member in struct:clang::ASTUnit::CachedCodeCompletionResult
/external/clang/lib/Frontend/
H A DASTUnit.cpp361 CachedResult.Completion = Results[I].CreateCodeCompletionString(*TheSema,
426 CachedResult.Completion
449 CachedResult.Completion
2236 HiddenNames.count(C->Completion->getTypedText()))
2242 CodeCompletionString *Completion = C->Completion; local
2245 Priority = getMacroUsagePriority(C->Completion->getTypedText(),
2274 Builder.AddTypedTextChunk(C->Completion->getTypedText());
2277 Completion = Builder.TakeString();
2280 AllResults.push_back(Result(Completion, Priorit
[all...]

Completed in 7492 milliseconds