Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h201 mutable std::vector<VariableArrayType*> VariableArrayTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4128 VariableArrayTypes.push_back(New); in getVariableArrayType()
12575 llvm::capacity_in_bytes(VariableArrayTypes); in getSideTableAllocatedMemory()