Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h302 void *allocateDefaultArgStorageChain(const ASTContext &C);
380 ValueOrInherited = new (allocateDefaultArgStorageChain(C)) in setInherited()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp211 void *allocateDefaultArgStorageChain(const ASTContext &C) { in allocateDefaultArgStorageChain() function