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

/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp525 AllocatedCXCodeCompleteResults &AllocatedResults; member in class:__anon19516::CaptureCompletionResults
534 AllocatedResults(Results), CCTUInfo(Results.CodeCompletionAllocator),
557 AllocatedResults.ContextKind = contextKind;
558 AllocatedResults.Contexts = getContextsForContextKind(contextKind, S);
560 AllocatedResults.Selector = "";
566 AllocatedResults.Selector += selIdent->getName();
567 AllocatedResults.Selector += ":";
594 AllocatedResults.ContainerKind = clang_getCursorKind(cursor);
597 AllocatedResults.ContainerUSR = clang_getCString(CursorUSR);
602 AllocatedResults
[all...]

Completed in 410 milliseconds