Searched refs:TheTargetAttributesSema (Results 1 – 3 of 3) sorted by relevance
323 if (TheTargetAttributesSema) in getTargetAttributesSema()324 return *TheTargetAttributesSema; in getTargetAttributesSema()329 return *(TheTargetAttributesSema = new MSP430AttributesSema); in getTargetAttributesSema()331 return *(TheTargetAttributesSema = new MBlazeAttributesSema); in getTargetAttributesSema()334 return *(TheTargetAttributesSema = new X86AttributesSema); in getTargetAttributesSema()337 return *(TheTargetAttributesSema = new MipsAttributesSema); in getTargetAttributesSema()339 return *(TheTargetAttributesSema = new TargetAttributesSema); in getTargetAttributesSema()
73 : TheTargetAttributesSema(0), ExternalSource(0), in Sema()178 delete TheTargetAttributesSema; in ~Sema()
195 mutable const TargetAttributesSema* TheTargetAttributesSema; variable