Home
last modified time | relevance | path

Searched defs:isClassProperty (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp435 bool isClassProperty = (AttributesAsWritten & ObjCDeclSpec::DQ_PR_class) || in HandlePropertyInClassExtension() local
619 bool isClassProperty = (AttributesAsWritten & ObjCDeclSpec::DQ_PR_class) || in CreatePropertyDecl() local
/external/clang/include/clang/AST/
DDeclObjC.h829 bool isClassProperty() const { return PropertyAttributes & OBJC_PR_class; } in isClassProperty() function
834 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) { in getQueryKind()
/external/clang/lib/Parse/
DParseObjc.cpp2399 bool isClassProperty = false; in ParseObjCPropertyDynamic() local
/external/clang/lib/CodeGen/
DCGObjCMac.cpp3474 bool isClassProperty) { in EmitClassExtension()