Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp241 if (PRE->isExplicitProperty()) in VisitObjCMessageExpr()
289 if (E->isExplicitProperty()) { in VisitObjCPropertyRefExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp62 if (PropE->isExplicitProperty()) in getBestPropertyDecl()
H A DSemaPseudoObject.cpp61 if (refExpr->isExplicitProperty()) { in rebuildObjCPropertyRefExpr()
583 if (RefExpr->isExplicitProperty()) { in isWeakProperty()
832 if (RefExpr->isExplicitProperty() && !Getter->hasRelatedResultType()) in buildRValueOperation()
838 if (RefExpr->isExplicitProperty() && result.get()->isPRValue()) { in buildRValueOperation()
H A DSemaExprObjC.cpp3702 if (e->isExplicitProperty()) in VisitObjCPropertyRefExpr()
4193 if (PRE->isExplicitProperty()) { in CheckObjCBridgeRelatedCast()
H A DSemaType.cpp8969 if (PR->isExplicitProperty()) in getDecltypeForExpr()
H A DTreeTransform.h13952 if (E->isExplicitProperty()) in TransformObjCPropertyRefExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp618 if (PA->isExplicitProperty()) { in checkObjCPropertyRefExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp460 assert(E->isExplicitProperty()); in VisitObjCPropertyRefExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1124 if (RefExpr->isExplicitProperty()) in getAccessedProperty()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h701 bool isExplicitProperty() const { return !PropertyOrGetter.getInt(); } in isExplicitProperty() function