Searched defs:DeclLink (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | Redeclarable.h | 28 class DeclLink { class in class:clang::Redeclarable 49 DeclLink(LatestTag, const ASTContext &Ctx) function in class:clang::Redeclarable::DeclLink 51 DeclLink(PreviousTag, decl_type *D) function in class:clang::Redeclarable::DeclLink 104 static DeclLink PreviousDeclLink(decl_type *D) { 105 return DeclLink(DeclLink::PreviousLink, D); 108 static DeclLink LatestDeclLink(const ASTContext &Ctx) { 109 return DeclLink(DeclLink::LatestLink, Ctx); 123 DeclLink RedeclLin [all...] |
Completed in 252 milliseconds