Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h204 mutable llvm::FoldingSet<DependentSizedArrayType> DependentSizedArrayTypes; variable
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3672 DependentSizedArrayTypes.FindNodeOrInsertPos(ID, insertPos); in getDependentSizedArrayType()
3680 DependentSizedArrayTypes.InsertNode(canonTy, insertPos); in getDependentSizedArrayType()