Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDeclCXX.cpp330 Decl **OwnedType) { in ParseUsingDirectiveOrDeclaration() argument
361 AS_none, OwnedType); in ParseUsingDirectiveOrDeclaration()
443 Decl **OwnedType) { in ParseUsingDeclaration() argument
535 Declarator::AliasDeclContext, AS, OwnedType); in ParseUsingDeclaration()
DParseDecl.cpp38 Decl **OwnedType) { in ParseTypeName() argument
44 if (OwnedType) in ParseTypeName()
45 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : 0; in ParseTypeName()
980 Decl *OwnedType = 0; in ParseDeclaration() local
1003 DeclEnd, attrs, &OwnedType); in ParseDeclaration()
1017 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()
/external/clang/include/clang/Parse/
DParser.h1872 Decl **OwnedType = 0);
2081 Decl **OwnedType = 0);
2091 Decl **OwnedType = 0);
/external/clang/lib/Sema/
DSemaDecl.cpp50 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() argument
51 if (OwnedType) { in ConvertDeclToDeclGroup()
52 Decl *Group[2] = { OwnedType, Ptr }; in ConvertDeclToDeclGroup()
/external/clang/include/clang/Sema/
DSema.h991 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = 0);