Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParser.cpp753 return Actions.ConvertDeclToDeclGroup( in ParseExternalDeclaration()
772 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
851 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
879 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()
890 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
1914 return Actions.ConvertDeclToDeclGroup(Import.get()); in ParseModuleImport()
H A DParseObjc.cpp86 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtDirectives()
93 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()
112 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()
124 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()
1431 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
H A DParseDecl.cpp1425 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()
1470 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()
1690 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1420 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema