Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp926 ParsedAttributes &Attrs, Decl **OwnedType) { in ParseAliasDeclarationAfterDeclarator() argument
982 if (OwnedType) in ParseAliasDeclarationAfterDeclarator()
983 *OwnedType = DeclFromDeclSpec; in ParseAliasDeclarationAfterDeclarator()
H A DParseDecl.cpp51 AccessSpecifier AS, Decl **OwnedType, in ParseTypeName() argument
62 if (OwnedType) in ParseTypeName()
63 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2792 AccessSpecifier AS = AS_none, Decl **OwnedType = nullptr,
3323 ParsedAttributes &Attrs, Decl **OwnedType = nullptr);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp71 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() argument
72 if (OwnedType) { in ConvertDeclToDeclGroup()
73 Decl *Group[2] = { OwnedType, Ptr }; in ConvertDeclToDeclGroup()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3119 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);