Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7390 static const char *const FieldNames[] = { in getBlockDescriptorType() local
7398 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorType()
7427 static const char *const FieldNames[] = { in getBlockDescriptorExtendedType() local
7437 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorExtendedType()
8760 const char *FieldNames[NumFields]; in CreateAArch64ABIBuiltinVaListDecl() local
8764 FieldNames[0] = "__stack"; in CreateAArch64ABIBuiltinVaListDecl()
8768 FieldNames[1] = "__gr_top"; in CreateAArch64ABIBuiltinVaListDecl()
8772 FieldNames[2] = "__vr_top"; in CreateAArch64ABIBuiltinVaListDecl()
8776 FieldNames[3] = "__gr_offs"; in CreateAArch64ABIBuiltinVaListDecl()
8780 FieldNames[4] = "__vr_offs"; in CreateAArch64ABIBuiltinVaListDecl()
[all …]