Searched defs:DeclaratorDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDecl.h589 class DeclaratorDecl : public ValueDecl { class in namespace:clang
607 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, function in class:clang::DeclaratorDecl
671 static bool classof(const DeclaratorDecl *D) { return true; }
712 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
821 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), Init() {
1439 class FunctionDecl : public DeclaratorDecl, public DeclContext,
1512 /// declaration name embedded in the DeclaratorDecl base class.
1557 : DeclaratorDecl(DK, DC, NameInfo.getLoc(), NameInfo.getName(), T, TInfo,
2093 class FieldDecl : public DeclaratorDecl {
2113 : DeclaratorDecl(D
[all...]

Completed in 40 milliseconds