Home
last modified time | relevance | path

Searched defs:isClassProperty (Results 1 – 8 of 8) 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/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp439 bool isClassProperty = in HandlePropertyInClassExtension() local
627 bool isClassProperty = in CreatePropertyDecl() local
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h872 bool isClassProperty() const { in isClassProperty() function
884 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) { in getQueryKind()
/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/llvm-project/clang/lib/Parse/
DParseObjc.cpp2368 bool isClassProperty = false; in ParseObjCPropertyDynamic() local
/external/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp3302 bool isClassProperty, in GeneratePropertyList()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp3474 bool isClassProperty) { in EmitClassExtension()