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

/external/clang/include/clang/AST/
H A DDecl.h467 /// ValueDecl - Represent the declaration of a variable (in which case it is
470 class ValueDecl : public NamedDecl { class in namespace:clang
475 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, function in class:clang::ValueDecl
525 /// \brief Represents a ValueDecl that came out of a declarator.
527 class DeclaratorDecl : public ValueDecl {
548 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {
2283 class EnumConstantDecl : public ValueDecl, public Mergeable<EnumConstantDecl> {
2290 : ValueDecl(EnumConstant, DC, L, Id, T), Init((Stmt*)E), Val(V) {}
2323 class IndirectFieldDecl : public ValueDecl {
2331 : ValueDecl(IndirectFiel
[all...]
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp872 namespace ValueDecl { namespace

Completed in 108 milliseconds