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

  /external/swiftshader/third_party/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 363 CachedCodeCompletionResult CachedResult;
364 CachedResult.Completion = R.CreateCodeCompletionString(
367 CachedResult.ShowInContexts = getDeclShowContexts(
369 CachedResult.Priority = R.Priority;
370 CachedResult.Kind = R.CursorKind;
371 CachedResult.Availability = R.Availability;
377 CachedResult.TypeClass = STC_Void;
378 CachedResult.Type = 0;
382 CachedResult.TypeClass = getSimplifiedTypeClass(CanUsageType);
394 CachedResult.Type = TypeValue
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 402 MemoizedMatchResult &CachedResult = ResultCache[Key];
403 CachedResult = std::move(Result);
405 *Builder = CachedResult.Nodes;
406 return CachedResult.ResultOfMatch;
641 MemoizedMatchResult &CachedResult = ResultCache[Key];
642 CachedResult = std::move(Result);
644 *Builder = CachedResult.Nodes;
645 return CachedResult.ResultOfMatch;
    [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]

Completed in 238 milliseconds