Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h212 mutable llvm::FoldingSet<DependentSizedMatrixType> DependentSizedMatrixTypes; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4093 DependentSizedMatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentSizedMatrixType()
4100 DependentSizedMatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentSizedMatrixType()
4103 DependentSizedMatrixTypes.InsertNode(Canon, InsertPos); in getDependentSizedMatrixType()