Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h101 mutable llvm::FoldingSet<ConstantArrayType> ConstantArrayTypes; variable
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2448 ConstantArrayTypes.FindNodeOrInsertPos(ID, InsertPos)) in getConstantArrayType()
2462 ConstantArrayTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantArrayType()
2468 ConstantArrayTypes.InsertNode(New, InsertPos); in getConstantArrayType()