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.cpp7853 static const char *const FieldNames[] = { in getBlockDescriptorType() local
7861 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorType()
7890 static const char *const FieldNames[] = { in getBlockDescriptorExtendedType() local
7900 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorExtendedType()
9230 const char *FieldNames[NumFields]; in CreateAArch64ABIBuiltinVaListDecl() local
9234 FieldNames[0] = "__stack"; in CreateAArch64ABIBuiltinVaListDecl()
9238 FieldNames[1] = "__gr_top"; in CreateAArch64ABIBuiltinVaListDecl()
9242 FieldNames[2] = "__vr_top"; in CreateAArch64ABIBuiltinVaListDecl()
9246 FieldNames[3] = "__gr_offs"; in CreateAArch64ABIBuiltinVaListDecl()
9250 FieldNames[4] = "__vr_offs"; in CreateAArch64ABIBuiltinVaListDecl()
[all …]