Home
last modified time | relevance | path

Searched refs:IvarLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclObjC.h2182 SourceLocation IvarLoc; variable
2204 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()
2236 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } in getPropertyIvarDeclLoc()
2239 SourceLocation IvarLoc) { in setPropertyIvarDecl() argument
2241 this->IvarLoc = IvarLoc; in setPropertyIvarDecl()
2252 return IvarLoc.isValid() && IvarLoc != getLocation(); in isIvarNameSpecified()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDeclObjC.cpp1798 if (IvarLoc.isValid()) in getSourceRange()
1799 EndLoc = IvarLoc; in getSourceRange()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DTreeTransform.h2436 SourceLocation IvarLoc, in RebuildObjCIvarRefExpr() argument
2441 LookupResult R(getSema(), Ivar->getDeclName(), IvarLoc, in RebuildObjCIvarRefExpr()
2444 /*FIME:*/IvarLoc, in RebuildObjCIvarRefExpr()
2454 /*FIXME:*/IvarLoc, IsArrow, in RebuildObjCIvarRefExpr()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderDecl.cpp920 D->IvarLoc = ReadSourceLocation(Record, Idx); in VisitObjCPropertyImplDecl()