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

/external/clang/include/clang/AST/
H A DDecl.h527 /// ValueDecl - Represent the declaration of a variable (in which case it is
530 class ValueDecl : public NamedDecl { class in namespace:clang
535 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, function in class:clang::ValueDecl
584 /// \brief Represents a ValueDecl that came out of a declarator.
586 class DeclaratorDecl : public ValueDecl {
607 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {
2462 class EnumConstantDecl : public ValueDecl, public Mergeable<EnumConstantDecl> {
2469 : ValueDecl(EnumConstant, DC, L, Id, T), Init((Stmt*)E), Val(V) {}
2502 class IndirectFieldDecl : public ValueDecl,
2511 : ValueDecl(IndirectFiel
[all...]
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp872 namespace ValueDecl { namespace

Completed in 95 milliseconds