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