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 344 std::vector<CachedCodeCompletionResult> CachedCompletionResults;
609 return CachedCompletionResults.begin();
613 return CachedCompletionResults.end();
617 return CachedCompletionResults.size();
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 412 CachedCompletionResults.push_back(CachedResult);
451 CachedCompletionResults.push_back(CachedResult);
489 CachedCompletionResults.push_back(CachedResult);
500 CachedCompletionResults.clear();
    [all...]

Completed in 101 milliseconds