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

/external/clang/include/clang/AST/
H A DDecl.h587 /// ValueDecl - Represent the declaration of a variable (in which case it is
590 class ValueDecl : public NamedDecl { class in namespace:clang
595 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, function in class:clang::ValueDecl
644 /// \brief Represents a ValueDecl that came out of a declarator.
646 class DeclaratorDecl : public ValueDecl {
667 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {
2481 class EnumConstantDecl : public ValueDecl, public Mergeable<EnumConstantDecl> {
2488 : ValueDecl(EnumConstant, DC, L, Id, T), Init((Stmt*)E), Val(V) {}
2521 class IndirectFieldDecl : public ValueDecl,
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp866 namespace ValueDecl { namespace

Completed in 321 milliseconds