Searched refs:getQueryKind (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 439 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty)); in HandlePropertyInClassExtension() 625 DC, PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty))) { in CreatePropertyDecl() 1906 Prop->getIdentifier(), Prop->getQueryKind())) in DefaultSynthesizeProperties() 1973 Prop->getLocation(), Prop->getQueryKind())); in DefaultSynthesizeProperties() 2215 Property->getIdentifier(), Property->getQueryKind())) { in AtomicPropertySetterGetterRules()
|
H A D | SemaPseudoObject.cpp | 667 AltMember, prop->getQueryKind())) in findSetter()
|
H A D | SemaDeclObjC.cpp | 4105 Property->getQueryKind())) in ActOnAtEnd()
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 776 Prop->getIdentifier(), Prop->getQueryKind()); in findBackingIvar()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclObjC.h | 853 ObjCPropertyQueryKind getQueryKind() const { in getQueryKind() function 858 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) { in getQueryKind() function
|
/openbsd/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 621 Property->getQueryKind())) in ClassImplementsAllMethodsAndProperties()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 1136 cast<DeclContext>(ID), PropertyId, PD->getQueryKind()); in VisitObjCPropertyDecl()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ASTImporter.cpp | 5516 Property->getQueryKind()); in VisitObjCPropertyImplDecl()
|