Searched defs:OwnedType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
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
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
/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 };

Completed in 219 milliseconds