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.h203 DependentSizedArrayTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp876 DependentSizedArrayTypes(this_()), DependentSizedExtVectorTypes(this_()), in ASTContext()
4155 DependentSizedArrayTypes.FindNodeOrInsertPos(ID, insertPos); in getDependentSizedArrayType()
4167 DependentSizedArrayTypes.InsertNode(newType, insertPos); in getDependentSizedArrayType()
4177 DependentSizedArrayTypes.InsertNode(canonTy, insertPos); in getDependentSizedArrayType()