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 343 std::vector<CachedCodeCompletionResult> CachedCompletionResults;
607 return CachedCompletionResults.begin();
611 return CachedCompletionResults.end();
615 return CachedCompletionResults.size();
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 406 CachedCompletionResults.push_back(CachedResult);
445 CachedCompletionResults.push_back(CachedResult);
483 CachedCompletionResults.push_back(CachedResult);
494 CachedCompletionResults.clear();
    [all...]

Completed in 2616 milliseconds