Searched refs:allocateDefaultArgStorageChain (Results 1 – 2 of 2) sorted by relevance
302 void *allocateDefaultArgStorageChain(const ASTContext &C);381 new (allocateDefaultArgStorageChain(C)) Chain{InheritedFrom, get()}; in setInherited()388 ValueOrInherited = new (allocateDefaultArgStorageChain(C)) in setInherited()
220 void *allocateDefaultArgStorageChain(const ASTContext &C) { in allocateDefaultArgStorageChain() function