Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h211 mutable llvm::FoldingSet<DependentVectorType> DependentVectorTypes; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3962 DependentVectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentVectorType()
3975 DependentVectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentVectorType()
3979 DependentVectorTypes.InsertNode(New, InsertPos); in getDependentVectorType()