Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h307 void *allocateDefaultArgStorageChain(const ASTContext &C);
387 new (allocateDefaultArgStorageChain(C)) Chain{InheritedFrom, get()}; in setInherited()
394 ValueOrInherited = new (allocateDefaultArgStorageChain(C)) in setInherited()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp253 void *allocateDefaultArgStorageChain(const ASTContext &C) { in allocateDefaultArgStorageChain() function