Searched refs:CFConstantStringTagDecl (Results 1 – 3 of 3) sorted by relevance
739 CFConstantStringTagDecl(nullptr), CFConstantStringTypeDecl(nullptr), in ASTContext()4889 assert(!CFConstantStringTagDecl && in getCFConstantStringDecl()4891 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()4892 CFConstantStringTagDecl->startDefinition(); in getCFConstantStringDecl()4912 FieldDecl *Field = FieldDecl::Create(*this, CFConstantStringTagDecl, in getCFConstantStringDecl()4921 CFConstantStringTagDecl->addDecl(Field); in getCFConstantStringDecl()4924 CFConstantStringTagDecl->completeDefinition(); in getCFConstantStringDecl()4927 auto tagType = getTagDeclType(CFConstantStringTagDecl); in getCFConstantStringDecl()4936 if (!CFConstantStringTagDecl) in getCFConstantStringTagDecl()4938 return CFConstantStringTagDecl; in getCFConstantStringTagDecl()[all …]
262 mutable RecordDecl *CFConstantStringTagDecl; variable
4192 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore()