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.h205 DependentSizedExtVectorTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp876 DependentSizedArrayTypes(this_()), DependentSizedExtVectorTypes(this_()), in ASTContext()
4546 = DependentSizedExtVectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentSizedExtVectorType()
4561 = DependentSizedExtVectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentSizedExtVectorType()
4564 DependentSizedExtVectorTypes.InsertNode(New, InsertPos); in getDependentSizedExtVectorType()