HomeSort by relevance Sort by last modified time
    Searched refs:TheTargetAttributesSema (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
TargetAttributesSema.cpp 263 if (TheTargetAttributesSema)
264 return *TheTargetAttributesSema;
269 return *(TheTargetAttributesSema = new MSP430AttributesSema);
271 return *(TheTargetAttributesSema = new MBlazeAttributesSema);
274 return *(TheTargetAttributesSema = new X86AttributesSema);
276 return *(TheTargetAttributesSema = new TargetAttributesSema);
Sema.cpp 85 : TheTargetAttributesSema(0), FPFeatures(pp.getLangOpts()),
184 delete TheTargetAttributesSema;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 187 mutable const TargetAttributesSema* TheTargetAttributesSema;
    [all...]

Completed in 101 milliseconds