Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DTargetAttributesSema.cpp263 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()
DSema.cpp85 : TheTargetAttributesSema(0), FPFeatures(pp.getLangOpts()), in Sema()
184 delete TheTargetAttributesSema; in ~Sema()
/external/clang/include/clang/Sema/
DSema.h187 mutable const TargetAttributesSema* TheTargetAttributesSema; variable