Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Index/
DIndexBody.cpp241 if (PRE->isExplicitProperty()) in VisitObjCMessageExpr()
292 if (E->isExplicitProperty()) { in VisitObjCPropertyRefExpr()
/external/clang/lib/Sema/
DScopeInfo.cpp52 if (PropE->isExplicitProperty()) in getBestPropertyDecl()
DSemaPseudoObject.cpp62 if (refExpr->isExplicitProperty()) { in rebuildObjCPropertyRefExpr()
578 if (RefExpr->isExplicitProperty()) { in isWeakProperty()
826 if (RefExpr->isExplicitProperty() && !Getter->hasRelatedResultType()) in buildRValueOperation()
832 if (RefExpr->isExplicitProperty() && result.get()->isRValue()) { in buildRValueOperation()
DSemaExprObjC.cpp3324 if (e->isExplicitProperty()) in VisitObjCPropertyRefExpr()
3809 if (PRE->isExplicitProperty()) { in CheckObjCBridgeRelatedCast()
DSemaType.cpp7268 if (PR->isExplicitProperty()) in getDecltypeForExpr()
DTreeTransform.h11241 if (E->isExplicitProperty()) in TransformObjCPropertyRefExpr()
/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp62 if (PropE->isExplicitProperty()) in getBestPropertyDecl()
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()->isRValue()) { in buildRValueOperation()
DSemaExprObjC.cpp3701 if (e->isExplicitProperty()) in VisitObjCPropertyRefExpr()
4189 if (PRE->isExplicitProperty()) { in CheckObjCBridgeRelatedCast()
DSemaType.cpp8946 if (PR->isExplicitProperty()) in getDecltypeForExpr()
DTreeTransform.h13647 if (E->isExplicitProperty()) in TransformObjCPropertyRefExpr()
/external/clang/lib/Index/
DIndexBody.cpp197 if (E->isExplicitProperty()) in VisitObjCPropertyRefExpr()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp618 if (PA->isExplicitProperty()) { in checkObjCPropertyRefExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp619 if (PA->isExplicitProperty()) { in checkObjCPropertyRefExpr()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp826 if (RefExpr->isExplicitProperty()) in getAccessedProperty()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp1085 if (RefExpr->isExplicitProperty()) in getAccessedProperty()
/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.cpp499 if (OPRE->isExplicitProperty()) in add()
/external/llvm-project/clang/include/clang/AST/
DExprObjC.h701 bool isExplicitProperty() const { return !PropertyOrGetter.getInt(); } in isExplicitProperty() function
/external/clang/include/clang/AST/
DExprObjC.h631 bool isExplicitProperty() const { return !PropertyOrGetter.getInt(); }
/external/clang/tools/libclang/
DCIndex.cpp3973 if (PRE->isExplicitProperty()) in getDeclFromExpr()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4441 if (PRE->isExplicitProperty()) in getDeclFromExpr()