Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclTemplate.h304 void *allocateDefaultArgStorageChain(const ASTContext &C);
383 new (allocateDefaultArgStorageChain(C)) Chain{InheritedFrom, get()}; in setInherited()
390 ValueOrInherited = new (allocateDefaultArgStorageChain(C)) in setInherited()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclTemplate.cpp220 void *allocateDefaultArgStorageChain(const ASTContext &C) { in allocateDefaultArgStorageChain() function