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

  /external/clang/test/Index/
complete-member-access.m 14 int IVar;
22 ptr->IVar = 0;
54 // CHECK-CC2: ObjCIvarDecl:{ResultType int}{TypedText IVar} (35)
  /external/clang/lib/Analysis/
BodyFarm.cpp 75 /// Create an Objective-C ivar reference.
76 ObjCIvarRefExpr *makeObjCIvarRef(const Expr *Base, const ObjCIvarDecl *IVar);
151 const ObjCIvarDecl *IVar) {
152 return new (C) ObjCIvarRefExpr(const_cast<ObjCIvarDecl*>(IVar),
153 IVar->getType(), SourceLocation(),
388 // First, find the backing ivar.
389 const ObjCIvarDecl *IVar = Prop->getPropertyIvarDecl();
390 if (!IVar)
403 IVar->getContainingInterface()->getImplementation();
416 // Sanity check that the property is the same type as the ivar, or
    [all...]
  /external/llvm/lib/TableGen/
TGParser.h 51 ForeachLoop(VarInit *IVar, ListInit *LValue)
52 : IterVar(IVar), ListValue(LValue) {}

Completed in 145 milliseconds