Searched refs:BuiltinMSVaListDecl (Results 1 – 3 of 3) sorted by relevance
223 mutable TypedefDecl *BuiltinMSVaListDecl; variable
737 BuiltinMSVaListDecl(nullptr), ObjCIdDecl(nullptr), ObjCSelDecl(nullptr), in ASTContext()6517 if (!BuiltinMSVaListDecl) in getBuiltinMSVaListDecl()6518 BuiltinMSVaListDecl = CreateMSVaListDecl(this); in getBuiltinMSVaListDecl()6520 return BuiltinMSVaListDecl; in getBuiltinMSVaListDecl()
4185 RegisterPredefDecl(Context.BuiltinMSVaListDecl, in WriteASTCore()