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