Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseObjc.cpp1245 SmallVectorImpl<Decl *> &AllIvarDecls, in HelperActionsForIvarDeclarations() argument
1251 Actions.ActOnLastBitfield(T.getCloseLocation(), AllIvarDecls); in HelperActionsForIvarDeclarations()
1256 AllIvarDecls, in HelperActionsForIvarDeclarations()
1284 SmallVector<Decl *, 32> AllIvarDecls; in ParseObjCClassInstanceVariables() local
1326 T, AllIvarDecls, true); in ParseObjCClassInstanceVariables()
1345 SmallVectorImpl<Decl *> &AllIvarDecls; in ParseObjCClassInstanceVariables() member
1348 SmallVectorImpl<Decl *> &AllIvarDecls) : in ParseObjCClassInstanceVariables()
1349 P(P), IDecl(IDecl), visibility(V), AllIvarDecls(AllIvarDecls) { in ParseObjCClassInstanceVariables()
1361 AllIvarDecls.push_back(Field); in ParseObjCClassInstanceVariables()
1364 } Callback(*this, interfaceDecl, visibility, AllIvarDecls); in ParseObjCClassInstanceVariables()
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h1163 SmallVectorImpl<Decl *> &AllIvarDecls,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp11755 SmallVectorImpl<Decl *> &AllIvarDecls) { in ActOnLastBitfield() argument
11756 if (LangOpts.ObjCRuntime.isFragile() || AllIvarDecls.empty()) in ActOnLastBitfield()
11759 Decl *ivarDecl = AllIvarDecls[AllIvarDecls.size()-1]; in ActOnLastBitfield()
11785 AllIvarDecls.push_back(Ivar); in ActOnLastBitfield()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1717 SmallVectorImpl<Decl *> &AllIvarDecls);