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

  /external/clang/include/clang/Frontend/
ASTUnit.h 346 std::vector<CachedCodeCompletionResult> CachedCompletionResults;
579 return CachedCompletionResults.begin();
583 return CachedCompletionResults.end();
587 return CachedCompletionResults.size();
  /external/clang/lib/Frontend/
ASTUnit.cpp 283 CachedCompletionResults.push_back(CachedResult);
320 CachedCompletionResults.push_back(CachedResult);
356 CachedCompletionResults.push_back(CachedResult);
367 CachedCompletionResults.clear();
    [all...]

Completed in 489 milliseconds