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

/external/clang/include/clang/AST/
H A DDecl.h459 /// ValueDecl - Represent the declaration of a variable (in which case it is
462 class ValueDecl : public NamedDecl { class in namespace:clang
467 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, function in class:clang::ValueDecl
516 /// \brief Represents a ValueDecl that came out of a declarator.
518 class DeclaratorDecl : public ValueDecl {
539 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {
2203 class EnumConstantDecl : public ValueDecl {
2210 : ValueDecl(EnumConstant, DC, L, Id, T), Init((Stmt*)E), Val(V) {}
2239 class IndirectFieldDecl : public ValueDecl {
2247 : ValueDecl(IndirectFiel
[all...]
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp872 namespace ValueDecl { namespace

Completed in 104 milliseconds