Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2564 AccessSpecifier AS = AS_none, Decl **OwnedType = nullptr,
3065 ParsedAttributes &Attrs, Decl **OwnedType = nullptr);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp784 ParsedAttributes &Attrs, Decl **OwnedType) { in ParseAliasDeclarationAfterDeclarator() argument
840 if (OwnedType) in ParseAliasDeclarationAfterDeclarator()
841 *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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2325 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);