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

  /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;
677 MemoizedMatchResult &CachedResult = ResultCache[Key];
678 CachedResult = std::move(Result);
680 *Builder = CachedResult.Nodes;
681 return CachedResult.ResultOfMatch;
    [all...]

Completed in 181 milliseconds