Searched refs:OwnedType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/ |
| D | Parser.h | 1867 Decl **OwnedType = 0, 2126 Decl **OwnedType = 0); 2136 Decl **OwnedType = 0);
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ |
| D | ParseDeclCXX.cpp | 339 Decl **OwnedType) { in ParseUsingDirectiveOrDeclaration() argument 370 AS_none, OwnedType); in ParseUsingDirectiveOrDeclaration() 452 Decl **OwnedType) { in ParseUsingDeclaration() argument 573 Declarator::AliasDeclContext, AS, OwnedType, in ParseUsingDeclaration()
|
| D | ParseDecl.cpp | 42 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/ |
| D | SemaDecl.cpp | 52 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/ |
| D | Sema.h | 1308 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = 0);
|