Searched refs:AllocateDeclListNode (Results 1 – 2 of 2) sorted by relevance
198 DeclListNode *Node = C.AllocateDeclListNode(Decls[I - 1]); in replaceExternalDecls()209 DeclListNode *Node = C.AllocateDeclListNode(cast<NamedDecl *>(*Tail)); in replaceExternalDecls()238 DeclListNode *Node = C.AllocateDeclListNode(OldD); in addOrReplaceDecl()262 DeclListNode *Node = C.AllocateDeclListNode(ND); in addOrReplaceDecl()278 DeclListNode *Node = C.AllocateDeclListNode(D); in prependDeclNoReplace()
822 DeclListNode *AllocateDeclListNode(clang::NamedDecl *ND) { in AllocateDeclListNode() function