Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp794 return Actions.ConvertDeclToDeclGroup( in ParseExternalDeclaration()
813 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
898 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
926 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()
937 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
2043 return Actions.ConvertDeclToDeclGroup(Import.get()); in ParseModuleImport()
DParseObjc.cpp88 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtDirectives()
95 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()
143 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()
160 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()
2102 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
DParseDeclCXX.cpp120 return Actions.ConvertDeclToDeclGroup(NSAlias); in ParseNamespace()
204 return Actions.ConvertDeclToDeclGroup(NamespcDecl, in ParseNamespace()
2428 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseCXXClassMemberDeclaration()
DParseDecl.cpp1522 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()
1572 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()
1792 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
/external/clang/lib/Sema/
DSemaCoroutine.cpp392 ActOnDeclStmt(ConvertDeclToDeclGroup(Fn->CoroutinePromise), Loc, Loc); in CheckCompletedCoroutineBody()
DSemaStmt.cpp2344 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
2346 ActOnDeclStmt(ConvertDeclToDeclGroup(EndVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
DSemaTemplateInstantiateDecl.cpp305 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr()
DSemaOpenMP.cpp3873 return ConvertDeclToDeclGroup(ADecl); in ActOnOpenMPDeclareSimdDirective()
DSemaDecl.cpp54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema
/external/clang/include/clang/Sema/
DSema.h1515 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);