Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h210 mutable llvm::FoldingSet<DependentVectorType> DependentVectorTypes; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3947 DependentVectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentVectorType()
3960 DependentVectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentVectorType()
3964 DependentVectorTypes.InsertNode(New, InsertPos); in getDependentVectorType()