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 360 CachedCodeCompletionResult CachedResult;
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.Type = TypeValue
    [all...]

Completed in 53 milliseconds