Home
last modified time | relevance | path

Searched defs:Recent (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DTUScheduler.cpp1841 llvm::SmallVector<clock::duration, 15> Recent(History.begin(), History.end()); compute() local
/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3959 auto *Recent = const_cast<FunctionDecl *>( VisitFunctionDecl() local
4582 auto *Recent = const_cast<VarDecl *>(FoundByLookup->getMostRecentDecl()); VisitVarDecl() local
6115 auto *Recent = VisitClassTemplateDecl() local
6441 auto *Recent = VisitVarTemplateDecl() local
6711 auto *Recent = VisitFunctionTemplateDecl() local
[all...]
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h550 CXXRecordDecl *Recent = getMostRecentNonInjectedDecl() local