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

/external/clang/include/clang/Parse/
H A DParser.h1840 Decl **OwnedType = 0,
2086 Decl **OwnedType = 0);
2096 Decl **OwnedType = 0);
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp339 Decl **OwnedType) {
370 AS_none, OwnedType);
452 Decl **OwnedType) {
563 Declarator::AliasDeclContext, AS, OwnedType,
335 ParseUsingDirectiveOrDeclaration(unsigned Context, const ParsedTemplateInfo &TemplateInfo, SourceLocation &DeclEnd, ParsedAttributesWithRange &attrs, Decl **OwnedType) argument
447 ParseUsingDeclaration(unsigned Context, const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, SourceLocation &DeclEnd, AccessSpecifier AS, Decl **OwnedType) argument
H A DParseDecl.cpp42 Decl **OwnedType,
53 if (OwnedType)
54 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : 0;
1352 Decl *OwnedType = 0; local
1375 DeclEnd, attrs, &OwnedType);
1389 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType);
39 ParseTypeName(SourceRange *Range, Declarator::TheContext Context, AccessSpecifier AS, Decl **OwnedType, ParsedAttributes *Attrs) argument
/external/clang/lib/Sema/
H A DSemaDecl.cpp50 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { argument
51 if (OwnedType) {
52 Decl *Group[2] = { OwnedType, Ptr };
/external/clang/include/clang/Sema/
H A DSema.h1298 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = 0);

Completed in 136 milliseconds