Searched refs:OwnedType (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Parse/ |
D | Parser.h | 1974 Decl **OwnedType = nullptr, 2252 Decl **OwnedType = nullptr); 2262 Decl **OwnedType = nullptr);
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 368 Decl **OwnedType) { in ParseUsingDirectiveOrDeclaration() argument 399 AS_none, OwnedType); in ParseUsingDirectiveOrDeclaration() 481 Decl **OwnedType) { in ParseUsingDeclaration() argument 601 Declarator::AliasDeclContext, AS, OwnedType, in ParseUsingDeclaration()
|
D | ParseDecl.cpp | 44 Decl **OwnedType, in ParseTypeName() argument 55 if (OwnedType) in ParseTypeName() 56 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName() 1295 Decl *OwnedType = nullptr; in ParseDeclaration() local 1318 DeclEnd, attrs, &OwnedType); in ParseDeclaration() 1332 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() argument 55 if (OwnedType) { in ConvertDeclToDeclGroup() 56 Decl *Group[2] = { OwnedType, Ptr }; in ConvertDeclToDeclGroup()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1395 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
|