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.h199 ConstantArrayTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp875 : ConstantArrayTypes(this_(), ConstantArrayTypesLog2InitSize), in ASTContext()
3940 ConstantArrayTypes.FindNodeOrInsertPos(ID, InsertPos)) in getConstantArrayType()
3956 ConstantArrayTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantArrayType()
3962 ConstantArrayTypes.InsertNode(New, InsertPos); in getConstantArrayType()