Searched refs:InfoTy (Results 1 – 13 of 13) sorted by relevance
28 struct InfoTy;33 mutable std::unique_ptr<InfoTy> Info;42 const InfoTy &getInfo() const;60 struct InfoTy;66 mutable std::unique_ptr<InfoTy> Info;67 const InfoTy &getInfo() const;
226 struct StackSafetyInfo::InfoTy { struct in StackSafetyInfo230 struct StackSafetyGlobalInfo::InfoTy { struct in StackSafetyGlobalInfo863 const StackSafetyInfo::InfoTy &StackSafetyInfo::getInfo() const { in getInfo()866 Info.reset(new InfoTy{SSLA.run()}); in getInfo()876 const StackSafetyGlobalInfo::InfoTy &StackSafetyGlobalInfo::getInfo() const { in getInfo()885 Info.reset(new InfoTy{ in getInfo()
47 using InfoTy = Info; variable
48 using InfoTy = Info; variable
82 using InfoTy = Info; variable
5956 QualType InfoTy = readType(F, Record, Idx); in GetTypeSourceInfo() local5957 if (InfoTy.isNull()) in GetTypeSourceInfo()5960 TypeSourceInfo *TInfo = getContext().CreateTypeSourceInfo(InfoTy); in GetTypeSourceInfo()