Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp833 return Actions.ConvertDeclToDeclGroup( in ParseExternalDeclaration()
861 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
973 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
1001 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()
1012 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
H A DParseObjc.cpp87 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtDirectives()
94 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()
141 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()
158 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()
2063 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
H A DParseDeclCXX.cpp134 return Actions.ConvertDeclToDeclGroup(NSAlias); in ParseNamespace()
232 return Actions.ConvertDeclToDeclGroup(NamespcDecl, in ParseNamespace()
486 return Actions.ConvertDeclToDeclGroup(UsingDir); in ParseUsingDirectiveOrDeclaration()
694 return Actions.ConvertDeclToDeclGroup(AD, DeclFromDeclSpec); in ParseUsingDeclaration()
2594 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseCXXClassMemberDeclaration()
H A DParseDecl.cpp1711 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration()
1761 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()
1983 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp377 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp1010 S.ActOnDeclStmt(S.ConvertDeclToDeclGroup(Fn.CoroutinePromise), Loc, Loc); in makePromiseStmt()
1447 S.ActOnDeclStmt(S.ConvertDeclToDeclGroup(GroDecl), Loc, Loc); in makeGroDeclAndReturnStmt()
1526 StmtResult Stmt = ActOnDeclStmt(ConvertDeclToDeclGroup(D), Loc, Loc); in buildCoroutineParameterMoves()
H A DSemaStmt.cpp2575 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
2577 ActOnDeclStmt(ConvertDeclToDeclGroup(EndVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
H A DSemaTemplateInstantiateDecl.cpp343 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr()
H A DSemaOpenMP.cpp3925 return ConvertDeclToDeclGroup(ADecl); in ActOnOpenMPDeclareSimdDirective()
H A DSemaDecl.cpp54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1717 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);