Searched refs:GetterName (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 794 GetterName(nullptr), SetterName(nullptr) { } in ObjCDeclSpec() 808 const IdentifierInfo *getGetterName() const { return GetterName; } in getGetterName() 809 IdentifierInfo *getGetterName() { return GetterName; } in getGetterName() 810 void setGetterName(IdentifierInfo *name) { GetterName = name; } in setGetterName() 824 IdentifierInfo *GetterName; // getter name or NULL if no getter variable
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 476 StringRef PropertyName, StringRef GetterName, in createObjCIVar() argument 491 MDString::get(VMContext, GetterName), in createObjCIVar() 527 StringRef GetterName, StringRef SetterName, in createObjCProperty() argument 534 MDString::get(VMContext, GetterName), in createObjCProperty()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2210 Selector GetterName; // getter name of NULL if no getter variable 2225 GetterName(Selector()), in ObjCPropertyDecl() 2309 Selector getGetterName() const { return GetterName; } in getGetterName() 2310 void setGetterName(Selector Sel) { GetterName = Sel; } in setGetterName()
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 280 StringRef GetterName,
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 1433 UnqualifiedId GetterName; in buildGet() local 1435 GetterName.setIdentifier(II, RefExpr->getMemberLoc()); in buildGet() 1441 GetterName, nullptr, true); in buildGet()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1218 StringRef GetterName = Property.getObjCPropertyGetterName(); in constructTypeDIE() local 1219 if (!GetterName.empty()) in constructTypeDIE() 1220 addString(ElemDie, dwarf::DW_AT_APPLE_property_getter, GetterName); in constructTypeDIE()
|