Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp4736 static const char *const FieldNames[] = { in getBlockDescriptorType() local
4744 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorType()
4773 static const char *const FieldNames[] = { in getBlockDescriptorExtendedType() local
4783 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorExtendedType()
5940 const char *FieldNames[NumFields]; in CreateAArch64ABIBuiltinVaListDecl() local
5944 FieldNames[0] = "__stack"; in CreateAArch64ABIBuiltinVaListDecl()
5948 FieldNames[1] = "__gr_top"; in CreateAArch64ABIBuiltinVaListDecl()
5952 FieldNames[2] = "__vr_top"; in CreateAArch64ABIBuiltinVaListDecl()
5956 FieldNames[3] = "__gr_offs"; in CreateAArch64ABIBuiltinVaListDecl()
5960 FieldNames[4] = "__vr_offs"; in CreateAArch64ABIBuiltinVaListDecl()
[all …]