Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h2396 Expr *GetterCXXConstructor; variable
2409 GetterCXXConstructor(nullptr), SetterCXXAssignment(nullptr) { in ObjCPropertyImplDecl()
2460 return GetterCXXConstructor; in getGetterCXXConstructor()
2463 GetterCXXConstructor = getterCXXConstructor; in setGetterCXXConstructor()