Searched refs:ConvertDeclToDeclGroup (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Parse/ |
D | Parser.cpp | 794 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()
|
D | ParseObjc.cpp | 88 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()
|
D | ParseDeclCXX.cpp | 120 return Actions.ConvertDeclToDeclGroup(NSAlias); in ParseNamespace() 204 return Actions.ConvertDeclToDeclGroup(NamespcDecl, in ParseNamespace() 2428 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseCXXClassMemberDeclaration()
|
D | ParseDecl.cpp | 1522 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/ |
D | SemaCoroutine.cpp | 392 ActOnDeclStmt(ConvertDeclToDeclGroup(Fn->CoroutinePromise), Loc, Loc); in CheckCompletedCoroutineBody()
|
D | SemaStmt.cpp | 2344 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt() 2346 ActOnDeclStmt(ConvertDeclToDeclGroup(EndVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
|
D | SemaTemplateInstantiateDecl.cpp | 305 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr()
|
D | SemaOpenMP.cpp | 3873 return ConvertDeclToDeclGroup(ADecl); in ActOnOpenMPDeclareSimdDirective()
|
D | SemaDecl.cpp | 54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1515 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
|