Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h104 mutable llvm::FoldingSet<DependentSizedArrayType> DependentSizedArrayTypes; variable
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2746 DependentSizedArrayTypes.FindNodeOrInsertPos(ID, insertPos); in getDependentSizedArrayType()
2754 DependentSizedArrayTypes.InsertNode(canonTy, insertPos); in getDependentSizedArrayType()