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 290 if (TheTargetAttributesSema)
291 return *TheTargetAttributesSema;
296 return *(TheTargetAttributesSema = new MSP430AttributesSema);
299 return *(TheTargetAttributesSema = new X86AttributesSema);
302 return *(TheTargetAttributesSema = new MipsAttributesSema);
304 return *(TheTargetAttributesSema = new TargetAttributesSema);
Sema.cpp 73 : TheTargetAttributesSema(0), ExternalSource(0),
178 delete TheTargetAttributesSema;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 207 mutable const TargetAttributesSema* TheTargetAttributesSema;
    [all...]

Completed in 629 milliseconds