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

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 568 IdentifierInfo *getterName = &S.Context.Idents.get(compStr);
570 S.PP.getSelectorTable().getNullarySelector(getterName);
593 IdentifierInfo *getterName =
599 getterName);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 778 GetterName(0), SetterName(0) { }
792 const IdentifierInfo *getGetterName() const { return GetterName; }
793 IdentifierInfo *getGetterName() { return GetterName; }
794 void setGetterName(IdentifierInfo *name) { GetterName = name; }
808 IdentifierInfo *GetterName; // getter name of NULL if no getter
    [all...]

Completed in 68 milliseconds