Home
last modified time | relevance | path

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

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