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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DTargetAttributesSema.cpp334 if (TheTargetAttributesSema)
335 return *TheTargetAttributesSema;
341 return *(TheTargetAttributesSema = new ARMAttributesSema);
343 return *(TheTargetAttributesSema = new MSP430AttributesSema);
346 return *(TheTargetAttributesSema = new X86AttributesSema);
349 return *(TheTargetAttributesSema = new MipsAttributesSema);
351 return *(TheTargetAttributesSema = new TargetAttributesSema);
H A DSema.cpp73 : TheTargetAttributesSema(0), ExternalSource(0),
187 delete TheTargetAttributesSema;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h207 mutable const TargetAttributesSema* TheTargetAttributesSema; member in class:clang::Sema

Completed in 172 milliseconds