Searched refs:CFConstantStringTagDecl (Results 1 – 3 of 3) sorted by relevance
7163 assert(!CFConstantStringTagDecl && in getCFConstantStringDecl()7165 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()7166 CFConstantStringTagDecl->startDefinition(); in getCFConstantStringDecl()7225 FieldDecl::Create(*this, CFConstantStringTagDecl, SourceLocation(), in getCFConstantStringDecl()7230 CFConstantStringTagDecl->addDecl(Field); in getCFConstantStringDecl()7233 CFConstantStringTagDecl->completeDefinition(); in getCFConstantStringDecl()7236 auto tagType = getTagDeclType(CFConstantStringTagDecl); in getCFConstantStringDecl()7244 if (!CFConstantStringTagDecl) in getCFConstantStringTagDecl()7246 return CFConstantStringTagDecl; in getCFConstantStringTagDecl()7268 CFConstantStringTagDecl = TagType->getDecl(); in setCFConstantStringType()
411 mutable RecordDecl *CFConstantStringTagDecl = nullptr; variable
4573 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore()