Home
last modified time | relevance | path

Searched refs:TheTargetAttributesSema (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DTargetAttributesSema.cpp323 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()
DSema.cpp73 : TheTargetAttributesSema(0), ExternalSource(0), in Sema()
178 delete TheTargetAttributesSema; in ~Sema()
/external/clang/include/clang/Sema/
DSema.h195 mutable const TargetAttributesSema* TheTargetAttributesSema; variable