Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDIndexBody.cpp259 if (PRE->isExplicitProperty()) in VisitObjCMessageExpr()
307 if (E->isExplicitProperty()) { in VisitObjCPropertyRefExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDScopeInfo.cpp65 if (PropE->isExplicitProperty()) in getBestPropertyDecl()
HDSemaPseudoObject.cpp63 if (refExpr->isExplicitProperty()) { in rebuildObjCPropertyRefExpr()
591 if (RefExpr->isExplicitProperty()) { in isWeakProperty()
840 if (RefExpr->isExplicitProperty() && !Getter->hasRelatedResultType()) in buildRValueOperation()
846 if (RefExpr->isExplicitProperty() && result.get()->isPRValue()) { in buildRValueOperation()
HDSemaExprObjC.cpp3709 if (e->isExplicitProperty()) in VisitObjCPropertyRefExpr()
4196 if (PRE->isExplicitProperty()) { in CheckObjCBridgeRelatedCast()
HDSemaType.cpp9444 if (PR->isExplicitProperty()) in getDecltypeForExpr()
HDTreeTransform.h15752 if (E->isExplicitProperty()) in TransformObjCPropertyRefExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDIvarInvalidationChecker.cpp604 if (PA->isExplicitProperty()) { in checkObjCPropertyRefExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDCalledOnceCheck.cpp460 assert(E->isExplicitProperty()); in VisitObjCPropertyRefExpr()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprObjC.h704 bool isExplicitProperty() const { return !PropertyOrGetter.getInt(); } in isExplicitProperty() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp1118 if (RefExpr->isExplicitProperty()) in getAccessedProperty()