Searched refs:isImplicitProperty (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h704 bool isImplicitProperty() const { return PropertyOrGetter.getInt(); } function in class:clang::ObjCPropertyRefExpr
708 assert(!isImplicitProperty());
713 assert(isImplicitProperty());
718 assert(isImplicitProperty());
723 if (isImplicitProperty())
729 if (isImplicitProperty())
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp202 if (PropRefExp->isImplicitProperty())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp610 if (RefExpr->isImplicitProperty()) {
640 if (RefExpr->isImplicitProperty()) {
831 if (RefExpr->isImplicitProperty() && !RefExpr->getImplicitPropertyGetter()) {
909 << unsigned(RefExpr->isImplicitProperty())
953 << unsigned(RefExpr->isImplicitProperty())
964 assert(RefExpr->isImplicitProperty());
H A DSemaExprObjC.cpp4046 else if (PRE->isImplicitProperty()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp629 if (PA->isImplicitProperty()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp631 if (Expr->isImplicitProperty() &&
H A DStmtProfile.cpp2033 if (S->isImplicitProperty()) {
H A DStmtPrinter.cpp1028 if (Node->isImplicitProperty()) {
H A DJSONNodeDumper.cpp1101 if (OPRE->isImplicitProperty()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1259 Record.push_back(E->isImplicitProperty());
1260 if (E->isImplicitProperty()) {

Completed in 148 milliseconds