Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclTemplate.h302 void *allocateDefaultArgStorageChain(const ASTContext &C);
381 new (allocateDefaultArgStorageChain(C)) Chain{InheritedFrom, get()}; in setInherited()
388 ValueOrInherited = new (allocateDefaultArgStorageChain(C)) in setInherited()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclTemplate.cpp220 void *allocateDefaultArgStorageChain(const ASTContext &C) { in allocateDefaultArgStorageChain() function