Lines Matching refs:TypedefDecl

179       isa<TypedefDecl>(D))
184 if (isa<TypedefDecl>(D)) {
1225 TypedefDecl *ASTContext::buildImplicitTypedef(QualType T,
1228 TypedefDecl *NewDecl = TypedefDecl::Create(
1235 TypedefDecl *ASTContext::getInt128Decl() const {
1241 TypedefDecl *ASTContext::getUInt128Decl() const {
7264 TypedefDecl *ASTContext::getCFConstantStringDecl() const {
7370 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl());
7573 TypedefDecl *ASTContext::getObjCInstanceTypeDecl() {
8676 TypedefDecl *ASTContext::getObjCIdDecl() const {
8685 TypedefDecl *ASTContext::getObjCSelDecl() const {
8693 TypedefDecl *ASTContext::getObjCClassDecl() const {
8720 static TypedefDecl *CreateCharPtrNamedVaListDecl(const ASTContext *Context,
8727 static TypedefDecl *CreateMSVaListDecl(const ASTContext *Context) {
8731 static TypedefDecl *CreateCharPtrBuiltinVaListDecl(const ASTContext *Context) {
8735 static TypedefDecl *CreateVoidPtrBuiltinVaListDecl(const ASTContext *Context) {
8741 static TypedefDecl *
8804 static TypedefDecl *CreatePowerABIBuiltinVaListDecl(const ASTContext *Context) {
8853 TypedefDecl *VaListTagTypedefDecl =
8867 static TypedefDecl *
8921 static TypedefDecl *CreatePNaClABIBuiltinVaListDecl(const ASTContext *Context) {
8929 static TypedefDecl *
8970 static TypedefDecl *
9025 static TypedefDecl *CreateHexagonBuiltinVaListDecl(const ASTContext *Context) {
9063 TypedefDecl *VaListTagTypedefDecl =
9076 static TypedefDecl *CreateVaListDecl(const ASTContext *Context,
9102 TypedefDecl *ASTContext::getBuiltinVaListDecl() const {
9120 TypedefDecl *ASTContext::getBuiltinMSVaListDecl() const {