Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8448 static const char *const FieldNames[] = { in getBlockDescriptorType() local
8456 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorType()
8485 static const char *const FieldNames[] = { in getBlockDescriptorExtendedType() local
8495 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorExtendedType()
9844 const char *FieldNames[NumFields]; in CreateAArch64ABIBuiltinVaListDecl() local
9848 FieldNames[0] = "__stack"; in CreateAArch64ABIBuiltinVaListDecl()
9852 FieldNames[1] = "__gr_top"; in CreateAArch64ABIBuiltinVaListDecl()
9856 FieldNames[2] = "__vr_top"; in CreateAArch64ABIBuiltinVaListDecl()
9860 FieldNames[3] = "__gr_offs"; in CreateAArch64ABIBuiltinVaListDecl()
9864 FieldNames[4] = "__vr_offs"; in CreateAArch64ABIBuiltinVaListDecl()
[all …]