Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h231 mutable llvm::FoldingSet<DependentVectorType> DependentVectorTypes; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4048 DependentVectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentVectorType()
4061 DependentVectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentVectorType()
4065 DependentVectorTypes.InsertNode(New, InsertPos); in getDependentVectorType()