Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp259 if (PRE->isExplicitProperty()) in VisitObjCMessageExpr()
307 if (E->isExplicitProperty()) { in VisitObjCPropertyRefExpr()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp65 if (PropE->isExplicitProperty()) in getBestPropertyDecl()
H A DSemaPseudoObject.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()
H A DSemaExprObjC.cpp3709 if (e->isExplicitProperty()) in checkCallToMethod()
4196 if (PRE->isExplicitProperty()) { in CheckObjCBridgeRelatedCast()
H A DSemaType.cpp9444 if (PR->isExplicitProperty()) in RequireCompleteTypeImpl()
H A DTreeTransform.h15752 if (E->isExplicitProperty())
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp604 if (PA->isExplicitProperty()) { in checkObjCPropertyRefExpr()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp460 assert(E->isExplicitProperty()); in VisitObjCPropertyRefExpr()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h704 bool isExplicitProperty() const { return !PropertyOrGetter.getInt(); } in isExplicitProperty() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1118 if (RefExpr->isExplicitProperty()) in getAccessedProperty()