Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h204 mutable llvm::FoldingSet<DependentVectorType> DependentVectorTypes; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4082 DependentVectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentVectorType()
4095 DependentVectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentVectorType()
4099 DependentVectorTypes.InsertNode(New, InsertPos); in getDependentVectorType()