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 721 GetterName(0), SetterName(0) { }
735 const IdentifierInfo *getGetterName() const { return GetterName; }
736 IdentifierInfo *getGetterName() { return GetterName; }
737 void setGetterName(IdentifierInfo *name) { GetterName = name; }
751 IdentifierInfo *GetterName; // getter name of NULL if no getter
    [all...]

Completed in 1859 milliseconds