Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h201 ConstantArrayTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp936 : ConstantArrayTypes(this_(), ConstantArrayTypesLog2InitSize), in ASTContext()
4236 ConstantArrayTypes.FindNodeOrInsertPos(ID, InsertPos)) in getConstantArrayType()
4252 ConstantArrayTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantArrayType()
4258 ConstantArrayTypes.InsertNode(New, InsertPos); in getConstantArrayType()