HomeSort by relevance Sort by last modified time
    Searched refs:CachedResult (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/MCDisassembler/
EDInst.h 35 /// CachedResult - Encapsulates the result of a function along with the validity
37 struct CachedResult {
44 CachedResult() : Valid(false) { }
71 CachedResult StringifyResult;
79 CachedResult ParseResult;
91 CachedResult TokenizeResult;
  /external/clang/lib/Frontend/
ASTUnit.cpp 249 CachedCodeCompletionResult CachedResult;
250 CachedResult.Completion = Results[I].CreateCodeCompletionString(*TheSema,
252 CachedResult.ShowInContexts = getDeclShowContexts(Results[I].Declaration,
255 CachedResult.Priority = Results[I].Priority;
256 CachedResult.Kind = Results[I].CursorKind;
257 CachedResult.Availability = Results[I].Availability;
263 CachedResult.TypeClass = STC_Void;
264 CachedResult.Type = 0;
268 CachedResult.TypeClass = getSimplifiedTypeClass(CanUsageType);
280 CachedResult.Type = TypeValue
    [all...]

Completed in 127 milliseconds