Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h2628 Expr *GetterCXXConstructor; variable
2641 GetterCXXConstructor(nullptr), SetterCXXAssignment(nullptr) { in ObjCPropertyImplDecl()
2692 return GetterCXXConstructor; in getGetterCXXConstructor()
2695 GetterCXXConstructor = getterCXXConstructor; in setGetterCXXConstructor()