Home
last modified time | relevance | path

Searched refs:ivarDecl (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h2655 ObjCIvarDecl *ivarDecl, in ObjCPropertyImplDecl() argument
2658 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()
2668 ObjCIvarDecl *ivarDecl,
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp13023 Decl *ivarDecl = AllIvarDecls[AllIvarDecls.size()-1]; in ActOnLastBitfield() local
13024 ObjCIvarDecl *Ivar = cast<ObjCIvarDecl>(ivarDecl); in ActOnLastBitfield()