Searched refs:VaListTagDecl (Results 1 – 3 of 3) sorted by relevance
1463 VaListTagDecl = nullptr; in InitBuiltinTypes()8797 Context->VaListTagDecl = VaListTagDecl; in CreateAArch64ABIBuiltinVaListDecl()8806 RecordDecl *VaListTagDecl; in CreatePowerABIBuiltinVaListDecl() local8849 Context->VaListTagDecl = VaListTagDecl; in CreatePowerABIBuiltinVaListDecl()8870 RecordDecl *VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl() local8909 Context->VaListTagDecl = VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl()8973 RecordDecl *VaListTagDecl; in CreateSystemZBuiltinVaListDecl() local9012 Context->VaListTagDecl = VaListTagDecl; in CreateSystemZBuiltinVaListDecl()9059 Context->VaListTagDecl = VaListTagDecl; in CreateHexagonBuiltinVaListDecl()9114 if (!VaListTagDecl) in getVaListTagDecl()[all …]
1136 mutable Decl *VaListTagDecl = nullptr; variable
4667 RegisterPredefDecl(Context.VaListTagDecl, PREDEF_DECL_VA_LIST_TAG); in WriteASTCore()