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

/external/clang/include/clang/Parse/
H A DParser.h1974 Decl **OwnedType = nullptr,
2252 Decl **OwnedType = nullptr);
2262 Decl **OwnedType = nullptr);
/external/clang/lib/Parse/
H A DParseDecl.cpp44 Decl **OwnedType,
55 if (OwnedType)
56 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr;
1295 Decl *OwnedType = nullptr; local
1318 DeclEnd, attrs, &OwnedType);
1332 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType);
41 ParseTypeName(SourceRange *Range, Declarator::TheContext Context, AccessSpecifier AS, Decl **OwnedType, ParsedAttributes *Attrs) argument
H A DParseDeclCXX.cpp368 Decl **OwnedType) {
399 AS_none, OwnedType);
481 Decl **OwnedType) {
601 Declarator::AliasDeclContext, AS, OwnedType,
364 ParseUsingDirectiveOrDeclaration(unsigned Context, const ParsedTemplateInfo &TemplateInfo, SourceLocation &DeclEnd, ParsedAttributesWithRange &attrs, Decl **OwnedType) argument
476 ParseUsingDeclaration(unsigned Context, const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, SourceLocation &DeclEnd, AccessSpecifier AS, Decl **OwnedType) argument
/external/clang/lib/Sema/
H A DSemaDecl.cpp54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { argument
55 if (OwnedType) {
56 Decl *Group[2] = { OwnedType, Ptr };
/external/clang/include/clang/Sema/
H A DSema.h1395 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);

Completed in 193 milliseconds