Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h1974 Decl **OwnedType = nullptr,
2252 Decl **OwnedType = nullptr);
2262 Decl **OwnedType = nullptr);
/external/clang/lib/Parse/
DParseDeclCXX.cpp368 Decl **OwnedType) { in ParseUsingDirectiveOrDeclaration() argument
399 AS_none, OwnedType); in ParseUsingDirectiveOrDeclaration()
481 Decl **OwnedType) { in ParseUsingDeclaration() argument
601 Declarator::AliasDeclContext, AS, OwnedType, in ParseUsingDeclaration()
DParseDecl.cpp44 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/
DSemaDecl.cpp54 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/
DSema.h1395 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);