Searched refs:CFConstantStringTagDecl (Results 1 – 3 of 3) sorted by relevance
6535 assert(!CFConstantStringTagDecl && in getCFConstantStringDecl()6537 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()6538 CFConstantStringTagDecl->startDefinition(); in getCFConstantStringDecl()6597 FieldDecl::Create(*this, CFConstantStringTagDecl, SourceLocation(), in getCFConstantStringDecl()6602 CFConstantStringTagDecl->addDecl(Field); in getCFConstantStringDecl()6605 CFConstantStringTagDecl->completeDefinition(); in getCFConstantStringDecl()6608 auto tagType = getTagDeclType(CFConstantStringTagDecl); in getCFConstantStringDecl()6616 if (!CFConstantStringTagDecl) in getCFConstantStringTagDecl()6618 return CFConstantStringTagDecl; in getCFConstantStringTagDecl()6640 CFConstantStringTagDecl = TagType->getDecl(); in setCFConstantStringType()
384 mutable RecordDecl *CFConstantStringTagDecl = nullptr; variable
4372 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore()