Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h195 ConstantArrayTypes; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp872 : ConstantArrayTypes(this_(), ConstantArrayTypesLog2InitSize), in ASTContext()
3528 ConstantArrayTypes.FindNodeOrInsertPos(ID, InsertPos)) in getConstantArrayType()
3544 ConstantArrayTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantArrayType()
3553 ConstantArrayTypes.InsertNode(New, InsertPos); in getConstantArrayType()