HomeSort by: relevance | last modified time | path
    Searched refs:AllocateDeclListNode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclContextInternals.h 184 DeclListNode *Node = C.AllocateDeclListNode(Decls[I - 1]);
203 DeclListNode *Node = C.AllocateDeclListNode(Tail->get<NamedDecl *>());
233 DeclListNode *Node = C.AllocateDeclListNode(OldD);
257 DeclListNode *Node = C.AllocateDeclListNode(ND);
273 DeclListNode *Node = C.AllocateDeclListNode(D);
ASTContext.h 664 DeclListNode *AllocateDeclListNode(clang::NamedDecl *ND) {

Completed in 70 milliseconds