Searched refs:CFConstantStringTagDecl (Results 1 – 3 of 3) sorted by relevance
5826 assert(!CFConstantStringTagDecl && in getCFConstantStringDecl()5828 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()5829 CFConstantStringTagDecl->startDefinition(); in getCFConstantStringDecl()5888 FieldDecl::Create(*this, CFConstantStringTagDecl, SourceLocation(), in getCFConstantStringDecl()5893 CFConstantStringTagDecl->addDecl(Field); in getCFConstantStringDecl()5896 CFConstantStringTagDecl->completeDefinition(); in getCFConstantStringDecl()5899 auto tagType = getTagDeclType(CFConstantStringTagDecl); in getCFConstantStringDecl()5907 if (!CFConstantStringTagDecl) in getCFConstantStringTagDecl()5909 return CFConstantStringTagDecl; in getCFConstantStringTagDecl()5933 CFConstantStringTagDecl = TagType->getDecl(); in setCFConstantStringType()
352 mutable RecordDecl *CFConstantStringTagDecl = nullptr; variable
4681 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore()