Searched refs:IvarLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | DeclObjC.h | 2182 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/ |
| D | DeclObjC.cpp | 1798 if (IvarLoc.isValid()) in getSourceRange() 1799 EndLoc = IvarLoc; in getSourceRange()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | TreeTransform.h | 2436 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/ |
| D | ASTReaderDecl.cpp | 920 D->IvarLoc = ReadSourceLocation(Record, Idx); in VisitObjCPropertyImplDecl()
|