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

  /external/llvm/lib/IR/
DebugInfo.cpp 320 /// isObjCProperty - Return true if the specified tag is DW_TAG_APPLE_property.
321 bool DIDescriptor::isObjCProperty() const {
396 if (!isObjCProperty())
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 146 bool isObjCProperty() const;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 465 assert(Ty.isObjCProperty());
    [all...]

Completed in 63 milliseconds