Searched refs:TypedefDcl (Results 1 – 1 of 1) sorted by relevance
54 void CacheObjCNSIntegerTypedefed(const TypedefDecl *TypedefDcl);56 const TypedefDecl *TypedefDcl);717 const TypedefDecl *TypedefDcl, in rewriteToNSEnumDecl() argument732 ClassString += TypedefDcl->getIdentifier()->getName(); in rewriteToNSEnumDecl()741 commit.insertFromRange(TypedefDcl->getLocStart(), EnumDclRange); in rewriteToNSEnumDecl()746 SourceLocation EndTypedefDclLoc = TypedefDcl->getLocEnd(); in rewriteToNSEnumDecl()750 SourceRange TDRange(TypedefDcl->getLocStart(), EndTypedefDclLoc); in rewriteToNSEnumDecl()771 const TypedefDecl *TypedefDcl, in rewriteToNSMacroDecl() argument784 ClassString += TypedefDcl->getIdentifier()->getName(); in rewriteToNSMacroDecl()806 SourceLocation EndTypedefLoc = TypedefDcl->getLocEnd(); in rewriteToNSMacroDecl()[all …]