Searched refs:CFConstantStringTagDecl (Results 1 – 6 of 6) 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 …]
6447 assert(!CFConstantStringTagDecl && in getCFConstantStringDecl()6449 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()6450 CFConstantStringTagDecl->startDefinition(); in getCFConstantStringDecl()6509 FieldDecl::Create(*this, CFConstantStringTagDecl, SourceLocation(), in getCFConstantStringDecl()6514 CFConstantStringTagDecl->addDecl(Field); in getCFConstantStringDecl()6517 CFConstantStringTagDecl->completeDefinition(); in getCFConstantStringDecl()6520 auto tagType = getTagDeclType(CFConstantStringTagDecl); in getCFConstantStringDecl()6528 if (!CFConstantStringTagDecl) in getCFConstantStringTagDecl()6530 return CFConstantStringTagDecl; in getCFConstantStringTagDecl()6552 CFConstantStringTagDecl = TagType->getDecl(); in setCFConstantStringType()
262 mutable RecordDecl *CFConstantStringTagDecl; variable
376 mutable RecordDecl *CFConstantStringTagDecl = nullptr; variable
4192 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore()
4454 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore()