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

/external/clang/lib/Parse/
H A DParser.cpp695 return Actions.ConvertDeclToDeclGroup(
720 return Actions.ConvertDeclToDeclGroup(SingleDecl);
791 return Actions.ConvertDeclToDeclGroup(TheDecl);
816 return Actions.ConvertDeclToDeclGroup(
827 return Actions.ConvertDeclToDeclGroup(TheDecl);
1678 return Actions.ConvertDeclToDeclGroup(Import.get());
H A DParseObjc.cpp79 return Actions.ConvertDeclToDeclGroup(SingleDecl);
97 return Actions.ConvertDeclToDeclGroup(0);
111 return Actions.ConvertDeclToDeclGroup(0);
1439 return Actions.ConvertDeclToDeclGroup(ProtoType);
H A DParseTemplate.cpp1272 DeclGroupPtrTy grp = Actions.ConvertDeclToDeclGroup(LMT.D);
H A DParseDecl.cpp1017 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType);
1054 return Actions.ConvertDeclToDeclGroup(TheDecl);
1228 return Actions.ConvertDeclToDeclGroup(TheDecl);
/external/clang/include/clang/Sema/
H A DSema.h991 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = 0);
/external/clang/lib/Sema/
H A DSemaDecl.cpp50 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { function in class:Sema

Completed in 133 milliseconds