Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h202 ConstantArrayTypes; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp970 : ConstantArrayTypes(this_()), FunctionProtoTypes(this_()), in ASTContext()
3451 ConstantArrayTypes.FindNodeOrInsertPos(ID, InsertPos)) in getConstantArrayType()
3466 ConstantArrayTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantArrayType()
3475 ConstantArrayTypes.InsertNode(New, InsertPos); in getConstantArrayType()