Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6638 static const char *const FieldNames[] = { in getBlockDescriptorType() local
6646 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorType()
6675 static const char *const FieldNames[] = { in getBlockDescriptorExtendedType() local
6685 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorExtendedType()
8004 const char *FieldNames[NumFields]; in CreateAArch64ABIBuiltinVaListDecl() local
8008 FieldNames[0] = "__stack"; in CreateAArch64ABIBuiltinVaListDecl()
8012 FieldNames[1] = "__gr_top"; in CreateAArch64ABIBuiltinVaListDecl()
8016 FieldNames[2] = "__vr_top"; in CreateAArch64ABIBuiltinVaListDecl()
8020 FieldNames[3] = "__gr_offs"; in CreateAArch64ABIBuiltinVaListDecl()
8024 FieldNames[4] = "__vr_offs"; in CreateAArch64ABIBuiltinVaListDecl()
[all …]