HomeSort by: relevance | last modified time | path
    Searched refs:Recent (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 520 CXXRecordDecl *Recent =
522 while (Recent->isInjectedClassName()) {
524 assert(Recent->getPreviousDecl());
525 Recent = Recent->getPreviousDecl();
527 return Recent;
DeclTemplate.h 1873 // different "most recent" declaration from this function for the same
1875 // it's not clear that we should override that, because the most recent
2742 VarDecl *Recent = static_cast<VarDecl *>(this)->getMostRecentDecl();
2743 return cast<VarTemplateSpecializationDecl>(Recent);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 3481 auto *Recent = const_cast<FunctionDecl *>(
3483 ToFunction->setPreviousDecl(Recent);
4065 auto *Recent = const_cast<VarDecl *>(FoundByLookup->getMostRecentDecl());
4066 ToVar->setPreviousDecl(Recent);
5470 auto *Recent =
5490 D2->setPreviousDecl(Recent);
5762 auto *Recent =
5770 ToVarTD->setPreviousDecl(Recent);
5990 auto *Recent =
6000 ToFunc->setPreviousDecl(Recent);
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
regstr.d 580 REGSTR_KEY_NETWORK_RECENT = `\Recent`,
  /src/external/mit/isl/dist/doc/
implementation.tex 301 Recent versions of {\tt PipLib} also check for such duplicates.
342 \parencite{Feautrier02}. Recent versions allow the user to simply
362 as recent versions of {\tt PipLib}, it will therefore eventually
394 Recent versions of {\tt PipLib} also perform this simplification

Completed in 80 milliseconds