Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h106 mutable std::vector<VariableArrayType*> VariableArrayTypes; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h200 mutable std::vector<VariableArrayType*> VariableArrayTypes; variable
/external/clang/lib/AST/
DASTContext.cpp2771 VariableArrayTypes.push_back(New); in getVariableArrayType()
8727 llvm::capacity_in_bytes(VariableArrayTypes) + in getSideTableAllocatedMemory()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp3585 VariableArrayTypes.push_back(New); in getVariableArrayType()
10900 llvm::capacity_in_bytes(VariableArrayTypes); in getSideTableAllocatedMemory()