Searched refs:VaListTagDecl (Results 1 – 3 of 3) sorted by relevance
1332 VaListTagDecl = nullptr; in InitBuiltinTypes()7293 VaListTagDecl->addDecl(Field); in CreateAArch64ABIBuiltinVaListDecl()7296 Context->VaListTagDecl = VaListTagDecl; in CreateAArch64ABIBuiltinVaListDecl()7305 RecordDecl *VaListTagDecl; in CreatePowerABIBuiltinVaListDecl() local7348 Context->VaListTagDecl = VaListTagDecl; in CreatePowerABIBuiltinVaListDecl()7369 RecordDecl *VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl() local7408 Context->VaListTagDecl = VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl()7472 RecordDecl *VaListTagDecl; in CreateSystemZBuiltinVaListDecl() local7511 Context->VaListTagDecl = VaListTagDecl; in CreateSystemZBuiltinVaListDecl()7560 if (!VaListTagDecl) in getVaListTagDecl()[all …]
1066 mutable Decl *VaListTagDecl; variable
4673 RegisterPredefDecl(Context.VaListTagDecl, PREDEF_DECL_VA_LIST_TAG); in WriteASTCore()