Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclTemplate.h276 void *allocateDefaultArgStorageChain(const ASTContext &C);
354 ValueOrInherited = new (allocateDefaultArgStorageChain(C)) in setInherited()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp142 void *allocateDefaultArgStorageChain(const ASTContext &C) { in allocateDefaultArgStorageChain() function