Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp871 ParsedAttributes &Attrs, Decl **OwnedType) { in ParseAliasDeclarationAfterDeclarator() argument
927 if (OwnedType) in ParseAliasDeclarationAfterDeclarator()
928 *OwnedType = DeclFromDeclSpec; in ParseAliasDeclarationAfterDeclarator()
H A DParseDecl.cpp47 AccessSpecifier AS, Decl **OwnedType, in ParseTypeName() argument
58 if (OwnedType) in ParseTypeName()
59 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2728 AccessSpecifier AS = AS_none, Decl **OwnedType = nullptr,
3241 ParsedAttributes &Attrs, Decl **OwnedType = nullptr);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp62 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() argument
63 if (OwnedType) { in ConvertDeclToDeclGroup()
64 Decl *Group[2] = { OwnedType, Ptr }; in ConvertDeclToDeclGroup()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2637 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);