Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp45 AccessSpecifier AS, Decl **OwnedType, in ParseTypeName() argument
56 if (OwnedType) in ParseTypeName()
57 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2677 AccessSpecifier AS = AS_none, Decl **OwnedType = nullptr,
3177 ParsedAttributes &Attrs, Decl **OwnedType = nullptr);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp59 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() argument
60 if (OwnedType) { in ConvertDeclToDeclGroup()
61 Decl *Group[2] = { OwnedType, Ptr }; in ConvertDeclToDeclGroup()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2589 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);