Searched refs:CFConstantStringTagDecl (Results 1 – 3 of 3) sorted by relevance
7268 assert(!CFConstantStringTagDecl && in getCFConstantStringDecl()7270 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()7271 CFConstantStringTagDecl->startDefinition(); in getCFConstantStringDecl()7330 FieldDecl::Create(*this, CFConstantStringTagDecl, SourceLocation(), in getCFConstantStringDecl()7335 CFConstantStringTagDecl->addDecl(Field); in getCFConstantStringDecl()7338 CFConstantStringTagDecl->completeDefinition(); in getCFConstantStringDecl()7341 auto tagType = getTagDeclType(CFConstantStringTagDecl); in getCFConstantStringDecl()7349 if (!CFConstantStringTagDecl) in getCFConstantStringTagDecl()7351 return CFConstantStringTagDecl; in getCFConstantStringTagDecl()7373 CFConstantStringTagDecl = TagType->getDecl(); in setCFConstantStringType()
385 mutable RecordDecl *CFConstantStringTagDecl = nullptr; variable
4677 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore()