Searched refs:TypedefDcl (Results 1 – 1 of 1) sorted by relevance
53 void CacheObjCNSIntegerTypedefed(const TypedefDecl *TypedefDcl);55 const TypedefDecl *TypedefDcl);703 const TypedefDecl *TypedefDcl, in rewriteToNSEnumDecl() argument718 ClassString += TypedefDcl->getIdentifier()->getName(); in rewriteToNSEnumDecl()727 commit.insertFromRange(TypedefDcl->getBeginLoc(), EnumDclRange); in rewriteToNSEnumDecl()732 SourceLocation EndTypedefDclLoc = TypedefDcl->getEndLoc(); in rewriteToNSEnumDecl()736 SourceRange TDRange(TypedefDcl->getBeginLoc(), EndTypedefDclLoc); in rewriteToNSEnumDecl()758 const TypedefDecl *TypedefDcl, in rewriteToNSMacroDecl() argument771 ClassString += TypedefDcl->getIdentifier()->getName(); in rewriteToNSMacroDecl()782 SourceLocation EndTypedefLoc = TypedefDcl->getEndLoc(); in rewriteToNSMacroDecl()[all …]