Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp787 return Actions.ConvertDeclToDeclGroup( in ParseExternalDeclaration()
806 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
885 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
913 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()
924 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
2021 return Actions.ConvertDeclToDeclGroup(Import.get()); in ParseModuleImport()
DParseObjc.cpp87 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtDirectives()
94 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()
138 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()
155 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()
2078 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
DParseDeclCXX.cpp120 return Actions.ConvertDeclToDeclGroup(NSAlias); in ParseNamespace()
204 return Actions.ConvertDeclToDeclGroup(NamespcDecl, in ParseNamespace()
DParseDecl.cpp1491 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()
1536 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()
1756 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
/external/clang/lib/Sema/
DSemaCoroutine.cpp392 ActOnDeclStmt(ConvertDeclToDeclGroup(Fn->CoroutinePromise), Loc, Loc); in CheckCompletedCoroutineBody()
DSemaDecl.cpp53 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema
/external/clang/include/clang/Sema/
DSema.h1478 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);