Searched refs:CachedCompletionResults (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h330 std::vector<CachedCodeCompletionResult> CachedCompletionResults; member in class:clang::ASTUnit
617 return CachedCompletionResults.begin();
621 return CachedCompletionResults.end();
625 return CachedCompletionResults.size();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp423 CachedCompletionResults.push_back(CachedResult);
460 CachedCompletionResults.push_back(CachedResult);
496 CachedCompletionResults.push_back(CachedResult);
507 CachedCompletionResults.clear();
2162 CachedCompletionResults.empty();
2164 CodeCompleteOpts.IncludeGlobals = CachedCompletionResults.empty();

Completed in 64 milliseconds