Searched refs:TheTargetAttributesSema (Results 1 – 3 of 3) sorted by relevance
263 if (TheTargetAttributesSema) in getTargetAttributesSema()264 return *TheTargetAttributesSema; in getTargetAttributesSema()269 return *(TheTargetAttributesSema = new MSP430AttributesSema); in getTargetAttributesSema()271 return *(TheTargetAttributesSema = new MBlazeAttributesSema); in getTargetAttributesSema()274 return *(TheTargetAttributesSema = new X86AttributesSema); in getTargetAttributesSema()276 return *(TheTargetAttributesSema = new TargetAttributesSema); in getTargetAttributesSema()
85 : TheTargetAttributesSema(0), FPFeatures(pp.getLangOpts()), in Sema()184 delete TheTargetAttributesSema; in ~Sema()
187 mutable const TargetAttributesSema* TheTargetAttributesSema; variable