Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp423 bool isClassProperty = in HandlePropertyInClassExtension() local
605 bool isClassProperty = in CreatePropertyDecl() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h854 bool isClassProperty() const { in isClassProperty() function
864 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) { in getQueryKind()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2435 bool isClassProperty = false; in ParseObjCPropertyDynamic() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3505 bool isClassProperty, in GeneratePropertyList()