Home
last modified time | relevance | path

Searched refs:Recent (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTUScheduler.cpp1814 llvm::SmallVector<clock::duration, 15> Recent(History.begin(), History.end()); in compute() local
1815 auto *Median = Recent.begin() + Recent.size() / 2; in compute()
1816 std::nth_element(Recent.begin(), Median, Recent.end()); in compute()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h528 CXXRecordDecl *Recent = in getMostRecentNonInjectedDecl() local
530 while (Recent->isInjectedClassName()) { in getMostRecentNonInjectedDecl()
532 assert(Recent->getPreviousDecl()); in getMostRecentNonInjectedDecl()
533 Recent = Recent->getPreviousDecl(); in getMostRecentNonInjectedDecl()
535 return Recent; in getMostRecentNonInjectedDecl()
H A DDeclTemplate.h2772 VarDecl *Recent = static_cast<VarDecl *>(this)->getMostRecentDecl();
2773 return cast<VarTemplateSpecializationDecl>(Recent);
/llvm-project-15.0.7/clang/tools/clang-fuzzer/
H A DREADME.txt81 - Recent version of protobuf [3.3.0 is known to work]
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst34 Recent versions of the PDB format (aka all versions covered by this document)
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp3576 auto *Recent = const_cast<FunctionDecl *>( in VisitFunctionDecl() local
3578 ToFunction->setPreviousDecl(Recent); in VisitFunctionDecl()
4178 auto *Recent = const_cast<VarDecl *>(FoundByLookup->getMostRecentDecl()); in VisitVarDecl() local
4179 ToVar->setPreviousDecl(Recent); in VisitVarDecl()
5686 auto *Recent = in VisitClassTemplateDecl() local
5706 D2->setPreviousDecl(Recent); in VisitClassTemplateDecl()
5976 auto *Recent = in VisitVarTemplateDecl() local
5984 ToVarTD->setPreviousDecl(Recent); in VisitVarTemplateDecl()
6229 auto *Recent = in VisitFunctionTemplateDecl() local
6239 ToFunc->setPreviousDecl(Recent); in VisitFunctionTemplateDecl()
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DVector.md133 Recent extensions are driven by concrete use cases of interest. A notable such
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Dimplementation.tex301 Recent versions of {\tt PipLib} also check for such duplicates.
342 \parencite{Feautrier02}. Recent versions allow the user to simply
394 Recent versions of {\tt PipLib} also perform this simplification
/llvm-project-15.0.7/llvm/docs/
H A DLibFuzzer.rst74 Recent versions of Clang (starting from 6.0) include libFuzzer, and no extra installation is necess…