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

/external/clang/include/clang/AST/
H A DDecl.h442 /// ValueDecl - Represent the declaration of a variable (in which case it is
445 class ValueDecl : public NamedDecl { class in namespace:clang
450 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, function in class:clang::ValueDecl
499 /// \brief Represents a ValueDecl that came out of a declarator.
501 class DeclaratorDecl : public ValueDecl {
522 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {
2153 class EnumConstantDecl : public ValueDecl {
2160 : ValueDecl(EnumConstant, DC, L, Id, T), Init((Stmt*)E), Val(V) {}
2189 class IndirectFieldDecl : public ValueDecl {
2197 : ValueDecl(IndirectFiel
[all...]
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp872 namespace ValueDecl { namespace

Completed in 96 milliseconds