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

/external/compiler-rt/
H A DREADME.android22 * Recent downstreaming on 2013/2/11: Synced to r197381 (Contact srhines for merge questions.)
23 * Recent downstreaming on 2013/8/8: Synced to r187889 (Contact srhines for merge questions.)
24 * Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.)
25 * Recent downstreaming on 2013/5/3: Synced to r180792 (Contact srhines for merge questions.)
26 * Recent downstreaming on 2013/3/18: Synced to r177337 (Contact srhines for merge questions.)
27 * Recent downstreaming on 2013/3/5: Synced to r176091 (Contact srhines for merge questions.)
28 * Recent downstreaming on 2013/1/8: Synced to r171802 (Contact srhines for merge questions.)
29 * Recent downstreaming on 2012/08/23: Synced to r162279 (Contact srhines for merge questions.)
30 * Recent downstreaming on 2012/08/15: Synced to r159129 (Contact sliao for merge questions.)
33 * Recent downstreamin
[all...]
/external/clang/include/clang/AST/
H A DDeclTemplate.h1464 CXXRecordDecl *Recent = static_cast<CXXRecordDecl *>( local
1466 while (!isa<ClassTemplateSpecializationDecl>(Recent)) {
1468 assert(Recent->isInjectedClassName() && Recent->getPreviousDecl());
1469 Recent = Recent->getPreviousDecl();
1471 return cast<ClassTemplateSpecializationDecl>(Recent);
2320 VarDecl *Recent = static_cast<VarDecl *>(this)->getMostRecentDecl(); local
2321 return cast<VarTemplateSpecializationDecl>(Recent);

Completed in 182 milliseconds