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

/external/clang/include/clang/AST/
H A DDeclObjC.h669 /// TypeForDecl - This indicates the Type object that represents this
671 mutable const Type *TypeForDecl; member in class:clang::ObjCInterfaceDecl
1363 const Type *getTypeForDecl() const { return TypeForDecl; }
1364 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; }

Completed in 4299 milliseconds