Home
last modified time | relevance | path

Searched refs:OwnedType (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h1867 Decl **OwnedType = 0,
2126 Decl **OwnedType = 0);
2136 Decl **OwnedType = 0);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDeclCXX.cpp339 Decl **OwnedType) { in ParseUsingDirectiveOrDeclaration() argument
370 AS_none, OwnedType); in ParseUsingDirectiveOrDeclaration()
452 Decl **OwnedType) { in ParseUsingDeclaration() argument
573 Declarator::AliasDeclContext, AS, OwnedType, in ParseUsingDeclaration()
DParseDecl.cpp42 Decl **OwnedType, in ParseTypeName() argument
53 if (OwnedType) in ParseTypeName()
54 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : 0; in ParseTypeName()
1341 Decl *OwnedType = 0; in ParseDeclaration() local
1364 DeclEnd, attrs, &OwnedType); in ParseDeclaration()
1378 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp52 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() argument
53 if (OwnedType) { in ConvertDeclToDeclGroup()
54 Decl *Group[2] = { OwnedType, Ptr }; in ConvertDeclToDeclGroup()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1308 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = 0);