Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp753 return Actions.ConvertDeclToDeclGroup( in ParseExternalDeclaration()
772 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
851 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
879 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()
890 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
1915 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()
1431 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
DParseDecl.cpp1425 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()
1470 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()
1690 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.h1344 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
/external/clang/lib/Sema/
DSemaDecl.cpp55 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema