Home
last modified time | relevance | path

Searched refs:ConvertDeclToDeclGroup (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Parse/
DParser.cpp744 return Actions.ConvertDeclToDeclGroup( in ParseExternalDeclaration()
768 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
841 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
868 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()
879 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
1881 return Actions.ConvertDeclToDeclGroup(Import.get()); in ParseModuleImport()
DParseObjc.cpp79 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()
97 return Actions.ConvertDeclToDeclGroup(0); in ParseObjCAtClassDeclaration()
111 return Actions.ConvertDeclToDeclGroup(0); in ParseObjCAtClassDeclaration()
1441 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
DParseTemplate.cpp1350 DeclGroupPtrTy grp = Actions.ConvertDeclToDeclGroup(LMT.D); in ParseLateTemplatedFuncDef()
DParseDecl.cpp1198 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()
1237 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()
1429 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
/external/clang/include/clang/Sema/
DSema.h1109 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = 0);
/external/clang/lib/Sema/
DSemaDecl.cpp51 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema