Searched refs:CFConstantStringTagDecl (Results 1 – 3 of 3) sorted by relevance
7275 assert(!CFConstantStringTagDecl && in getCFConstantStringDecl()7277 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()7278 CFConstantStringTagDecl->startDefinition(); in getCFConstantStringDecl()7337 FieldDecl::Create(*this, CFConstantStringTagDecl, SourceLocation(), in getCFConstantStringDecl()7342 CFConstantStringTagDecl->addDecl(Field); in getCFConstantStringDecl()7345 CFConstantStringTagDecl->completeDefinition(); in getCFConstantStringDecl()7348 auto tagType = getTagDeclType(CFConstantStringTagDecl); in getCFConstantStringDecl()7356 if (!CFConstantStringTagDecl) in getCFConstantStringTagDecl()7358 return CFConstantStringTagDecl; in getCFConstantStringTagDecl()7380 CFConstantStringTagDecl = TagType->getDecl(); in setCFConstantStringType()
391 mutable RecordDecl *CFConstantStringTagDecl = nullptr; variable
4780 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore()