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 364 CachedCodeCompletionResult CachedResult;
365 CachedResult.Completion = Results[I].CreateCodeCompletionString(*TheSema,
368 CachedResult.ShowInContexts = getDeclShowContexts(Results[I].Declaration,
371 CachedResult.Priority = Results[I].Priority;
372 CachedResult.Kind = Results[I].CursorKind;
373 CachedResult.Availability = Results[I].Availability;
379 CachedResult.TypeClass = STC_Void;
380 CachedResult.Type = 0;
384 CachedResult.TypeClass = getSimplifiedTypeClass(CanUsageType);
396 CachedResult.Type = TypeValue
    [all...]

Completed in 146 milliseconds