Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h207 DependentSizedExtVectorTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp937 DependentSizedArrayTypes(this_()), DependentSizedExtVectorTypes(this_()), in ASTContext()
4772 = DependentSizedExtVectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentSizedExtVectorType()
4787 = DependentSizedExtVectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentSizedExtVectorType()
4790 DependentSizedExtVectorTypes.InsertNode(New, InsertPos); in getDependentSizedExtVectorType()