Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h2636 SourceLocation IvarLoc; variable
2658 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()
2690 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } in getPropertyIvarDeclLoc()
2693 SourceLocation IvarLoc) { in setPropertyIvarDecl() argument
2695 this->IvarLoc = IvarLoc; in setPropertyIvarDecl()
2706 return IvarLoc.isValid() && IvarLoc != getLocation(); in isIvarNameSpecified()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp2100 if (IvarLoc.isValid()) in getSourceRange()
2101 EndLoc = IvarLoc; in getSourceRange()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h2686 SourceLocation IvarLoc, in RebuildObjCIvarRefExpr() argument
2690 DeclarationNameInfo NameInfo(Ivar->getDeclName(), IvarLoc); in RebuildObjCIvarRefExpr()
2692 /*FIXME:*/IvarLoc, IsArrow, in RebuildObjCIvarRefExpr()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp1130 D->IvarLoc = ReadSourceLocation(Record, Idx); in VisitObjCPropertyImplDecl()