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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 862 StringRef GetterName = Property.getObjCPropertyGetterName();
863 if (!GetterName.empty())
864 addString(ElemDie, dwarf::DW_AT_APPLE_property_getter, GetterName);
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 732 GetterName(0), SetterName(0) { }
746 const IdentifierInfo *getGetterName() const { return GetterName; }
747 IdentifierInfo *getGetterName() { return GetterName; }
748 void setGetterName(IdentifierInfo *name) { GetterName = name; }
762 IdentifierInfo *GetterName; // getter name of NULL if no getter
    [all...]

Completed in 106 milliseconds