Home
last modified time | relevance | path

Searched refs:AllocateDeclListNode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h199 DeclListNode *Node = C.AllocateDeclListNode(Decls[I - 1]); in replaceExternalDecls()
210 DeclListNode *Node = C.AllocateDeclListNode(Tail->get<NamedDecl *>()); in replaceExternalDecls()
239 DeclListNode *Node = C.AllocateDeclListNode(OldD); in addOrReplaceDecl()
263 DeclListNode *Node = C.AllocateDeclListNode(ND); in addOrReplaceDecl()
279 DeclListNode *Node = C.AllocateDeclListNode(D); in prependDeclNoReplace()
H A DASTContext.h749 DeclListNode *AllocateDeclListNode(clang::NamedDecl *ND) { in AllocateDeclListNode() function