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

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

Completed in 106 milliseconds