Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h205 DependentSizedArrayTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp937 DependentSizedArrayTypes(this_()), DependentSizedExtVectorTypes(this_()), in ASTContext()
4448 DependentSizedArrayTypes.FindNodeOrInsertPos(ID, insertPos); in getDependentSizedArrayType()
4460 DependentSizedArrayTypes.InsertNode(newType, insertPos); in getDependentSizedArrayType()
4470 DependentSizedArrayTypes.InsertNode(canonTy, insertPos); in getDependentSizedArrayType()