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.h198 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()
H A DASTContext.h822 DeclListNode *AllocateDeclListNode(clang::NamedDecl *ND) { in AllocateDeclListNode() function