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     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 761 GetterName(0), SetterName(0) { }
775 const IdentifierInfo *getGetterName() const { return GetterName; }
776 IdentifierInfo *getGetterName() { return GetterName; }
777 void setGetterName(IdentifierInfo *name) { GetterName = name; }
791 IdentifierInfo *GetterName; // getter name of NULL if no getter
    [all...]

Completed in 78 milliseconds