HomeSort by relevance Sort by last modified time
    Searched refs:getExplicitProperty (Results 1 - 15 of 15) sorted by null

  /external/clang/tools/libclang/
IndexBody.cpp 81 IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(),
CIndex.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 206 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) {
  /external/clang/lib/Sema/
ScopeInfo.cpp 49 return PropE->getExplicitProperty();
SemaPseudoObject.cpp 141 ObjCPropertyRefExpr(refExpr->getExplicitProperty(),
547 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty();
584 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty();
613 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty();
653 if (ObjCPropertyDecl *prop = RefExpr->getExplicitProperty()) {
816 S.DiagnosePropertyAccessorMismatch(RefExpr->getExplicitProperty(),
822 QualType propType = RefExpr->getExplicitProperty()->getType();
    [all...]
SemaExprObjC.cpp     [all...]
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 63 if (PRE->isExplicitProperty() && PRE->getExplicitProperty() == PD)
IvarInvalidationChecker.cpp 623 const ObjCPropertyDecl *PD = PA->getExplicitProperty();
  /external/clang/include/clang/AST/
ExprObjC.h 628 ObjCPropertyDecl *getExplicitProperty() const {
646 return getExplicitProperty()->getGetterName();
652 return getExplicitProperty()->getSetterName();
693 const ObjCPropertyDecl *PDecl = getExplicitProperty();
713 if (ObjCPropertyDecl *PDecl = getExplicitProperty())
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
StmtProfile.cpp     [all...]
StmtPrinter.cpp 995 OS << Node->getExplicitProperty()->getName();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 953 Writer.AddDeclRef(E->getExplicitProperty(), Record);
    [all...]

Completed in 332 milliseconds