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

/external/clang/include/clang/AST/
H A DRedeclarable.h28 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
97 static DeclLink PreviousDeclLink(decl_type *D) {
98 return DeclLink(DeclLink::PreviousLink, D);
101 static DeclLink LatestDeclLink(const ASTContext &Ctx) {
102 return DeclLink(DeclLink::LatestLink, Ctx);
116 DeclLink RedeclLin
[all...]

Completed in 335 milliseconds