HomeSort by: relevance | last modified time | path
    Searched refs:getExplicitProperty (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 203 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp 63 return PropE->getExplicitProperty();
SemaPseudoObject.cpp 63 refExpr->getExplicitProperty(), refExpr->getType(),
584 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty();
621 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty();
650 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty();
691 if (ObjCPropertyDecl *prop = RefExpr->getExplicitProperty()) {
833 S.DiagnosePropertyAccessorMismatch(RefExpr->getExplicitProperty(),
840 QualType propType = RefExpr->getExplicitProperty()
SemaExprObjC.cpp 3703 method = e->getExplicitProperty()->getGetterMethodDecl();
4194 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty())
SemaType.cpp 8930 return PR->getExplicitProperty()->getType();
TreeTransform.h 13889 E->getExplicitProperty(),
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprObjC.h 703 ObjCPropertyDecl *getExplicitProperty() const {
721 return getExplicitProperty()->getGetterName();
727 return getExplicitProperty()->getSetterName();
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp 295 return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(),
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 619 const ObjCPropertyDecl *PD = PA->getExplicitProperty();
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CalledOnceCheck.cpp 461 Name = E->getExplicitProperty()->getName();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 1086 return RefExpr->getExplicitProperty();
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 1125 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty()));
TextNodeDumper.cpp 1299 OS << " Kind=PropertyRef Property=\"" << *Node->getExplicitProperty()
StmtPrinter.cpp 1074 OS << Node->getExplicitProperty()->getName();
StmtProfile.cpp 2187 VisitDecl(S->getExplicitProperty());
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 1362 Record.AddDeclRef(E->getExplicitProperty());
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 4483 return PRE->getExplicitProperty();

Completed in 59 milliseconds