Searched defs:TypedefDecl (Results 1 – 5 of 5) sorted by relevance
19 class TypedefDecl; variable
38 const TypedefNameDecl *TypedefDecl = TypedefTy->getDecl(); in getUnderlyingTypeDecl() local
40 if (const auto *TypedefDecl = Decl->getTypedefNameForAnonDecl()) in getTypedefName() local
3391 TypedefDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in TypedefDecl() function
197 class TypedefDecl; variable