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 323 if (TheTargetAttributesSema)
324 return *TheTargetAttributesSema;
329 return *(TheTargetAttributesSema = new MSP430AttributesSema);
331 return *(TheTargetAttributesSema = new MBlazeAttributesSema);
334 return *(TheTargetAttributesSema = new X86AttributesSema);
337 return *(TheTargetAttributesSema = new MipsAttributesSema);
339 return *(TheTargetAttributesSema = new TargetAttributesSema);
Sema.cpp 73 : TheTargetAttributesSema(0), ExternalSource(0),
178 delete TheTargetAttributesSema;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 195 mutable const TargetAttributesSema* TheTargetAttributesSema;
    [all...]

Completed in 94 milliseconds