Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DMacroInfo.h165 llvm::BumpPtrAllocator &PPAllocator) { in setParameterList() argument
172 ParameterList = PPAllocator.Allocate<IdentifierInfo *>(List.size()); in setParameterList()
/external/clang/include/clang/Lex/
DMacroInfo.h162 llvm::BumpPtrAllocator &PPAllocator) { in setArgumentList() argument
169 ArgumentList = PPAllocator.Allocate<IdentifierInfo *>(List.size()); in setArgumentList()