Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp748 return Actions.ConvertDeclToDeclGroup( in ParseExternalDeclaration()
767 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
846 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
874 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()
885 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
1933 return Actions.ConvertDeclToDeclGroup(Import.get()); in ParseModuleImport()
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()
1478 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
DParseDecl.cpp1332 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()
1377 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()
1574 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
/external/lldb/source/Expression/
DASTResultSynthesizer.cpp402 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
/external/clang/include/clang/Sema/
DSema.h1395 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
/external/clang/lib/Sema/
DSemaDecl.cpp54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema