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 385 std::vector<CachedCodeCompletionResult> CachedCompletionResults;
653 return CachedCompletionResults.begin();
657 return CachedCompletionResults.end();
661 return CachedCompletionResults.size();
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 401 CachedCompletionResults.push_back(CachedResult);
440 CachedCompletionResults.push_back(CachedResult);
478 CachedCompletionResults.push_back(CachedResult);
489 CachedCompletionResults.clear();
    [all...]

Completed in 33 milliseconds