Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp378 Decl **OwnedType) { in ParseUsingDirectiveOrDeclaration() argument
409 AS_none, OwnedType); in ParseUsingDirectiveOrDeclaration()
491 Decl **OwnedType) { in ParseUsingDeclaration() argument
621 if (OwnedType) in ParseUsingDeclaration()
622 *OwnedType = DeclFromDeclSpec; in ParseUsingDeclaration()
HDParseDecl.cpp44 Decl **OwnedType, in ParseTypeName() argument
55 if (OwnedType) in ParseTypeName()
56 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()
1459 Decl *OwnedType = nullptr; in ParseDeclaration() local
1482 DeclEnd, attrs, &OwnedType); in ParseDeclaration()
1496 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h2030 Decl **OwnedType = nullptr,
2350 Decl **OwnedType = nullptr);
2360 Decl **OwnedType = nullptr);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.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()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h1441 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);