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

/external/llvm/lib/MC/MCDisassembler/
H A DEDInst.h35 /// CachedResult - Encapsulates the result of a function along with the validity
37 struct CachedResult { struct in namespace:llvm
44 CachedResult() : Valid(false) { } function in struct:llvm::CachedResult
71 CachedResult StringifyResult;
79 CachedResult ParseResult;
91 CachedResult TokenizeResult;
/external/clang/lib/Frontend/
H A DASTUnit.cpp360 CachedCodeCompletionResult CachedResult; local
361 CachedResult.Completion = Results[I].CreateCodeCompletionString(*TheSema,
365 CachedResult.ShowInContexts = getDeclShowContexts(Results[I].Declaration,
368 CachedResult.Priority = Results[I].Priority;
369 CachedResult.Kind = Results[I].CursorKind;
370 CachedResult.Availability = Results[I].Availability;
376 CachedResult.TypeClass = STC_Void;
377 CachedResult.Type = 0;
381 CachedResult.TypeClass = getSimplifiedTypeClass(CanUsageType);
393 CachedResult
448 CachedCodeCompletionResult CachedResult; local
[all...]

Completed in 163 milliseconds