Home
last modified time | relevance | path

Searched refs:GetterCXXConstructor (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DDeclObjC.h2680 Expr *GetterCXXConstructor; variable
2693 GetterCXXConstructor(nullptr), SetterCXXAssignment(nullptr) { in ObjCPropertyImplDecl()
2744 return GetterCXXConstructor; in getGetterCXXConstructor()
2747 GetterCXXConstructor = getterCXXConstructor; in setGetterCXXConstructor()