Searched refs:AllocateDeclListNode (Results 1 – 2 of 2) sorted by relevance
183 DeclListNode *Node = C.AllocateDeclListNode(Decls[I - 1]); in replaceExternalDecls()202 DeclListNode *Node = C.AllocateDeclListNode(Tail->get<NamedDecl *>()); in replaceExternalDecls()232 DeclListNode *Node = C.AllocateDeclListNode(OldD); in addOrReplaceDecl()256 DeclListNode *Node = C.AllocateDeclListNode(ND); in addOrReplaceDecl()272 DeclListNode *Node = C.AllocateDeclListNode(D); in prependDeclNoReplace()
714 DeclListNode *AllocateDeclListNode(clang::NamedDecl *ND) { in AllocateDeclListNode() function