Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParser.cpp786 return Actions.ConvertDeclToDeclGroup( in ParseExternalDeclaration()
805 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
884 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
912 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()
923 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
1989 return Actions.ConvertDeclToDeclGroup(Import.get()); in ParseModuleImport()
HDParseObjc.cpp87 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtDirectives()
94 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()
116 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()
136 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()
2072 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
HDParseDecl.cpp1496 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()
1541 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()
1761 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDASTResultSynthesizer.cpp402 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h1441 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema