Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h206 mutable llvm::FoldingSet<DependentSizedMatrixType> DependentSizedMatrixTypes; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4232 DependentSizedMatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentSizedMatrixType()
4239 DependentSizedMatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentSizedMatrixType()
4242 DependentSizedMatrixTypes.InsertNode(Canon, InsertPos); in getDependentSizedMatrixType()