Home | History | Annotate | Download | only in AST

Lines Matching refs:TypeForDecl

556   /// TypeForDecl - This indicates the Type object that represents this
558 mutable const Type *TypeForDecl;
959 const Type *getTypeForDecl() const { return TypeForDecl; }
960 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; }