Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2566 AccessSpecifier AS = AS_none, Decl **OwnedType = nullptr,
3094 ParsedAttributes &Attrs, Decl **OwnedType = nullptr);
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp820 ParsedAttributes &Attrs, Decl **OwnedType) { in ParseAliasDeclarationAfterDeclarator() argument
876 if (OwnedType) in ParseAliasDeclarationAfterDeclarator()
877 *OwnedType = DeclFromDeclSpec; in ParseAliasDeclarationAfterDeclarator()
H A DParseDecl.cpp46 Decl **OwnedType, in ParseTypeName() argument
57 if (OwnedType) in ParseTypeName()
58 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp56 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() argument
57 if (OwnedType) { in ConvertDeclToDeclGroup()
58 Decl *Group[2] = { OwnedType, Ptr }; in ConvertDeclToDeclGroup()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2361 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);