Home
last modified time | relevance | path

Searched refs:CFConstantStringTagDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7731 assert(!CFConstantStringTagDecl && in getCFConstantStringDecl()
7733 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()
7734 CFConstantStringTagDecl->startDefinition(); in getCFConstantStringDecl()
7793 FieldDecl::Create(*this, CFConstantStringTagDecl, SourceLocation(), in getCFConstantStringDecl()
7798 CFConstantStringTagDecl->addDecl(Field); in getCFConstantStringDecl()
7801 CFConstantStringTagDecl->completeDefinition(); in getCFConstantStringDecl()
7804 auto tagType = getTagDeclType(CFConstantStringTagDecl); in getCFConstantStringDecl()
7812 if (!CFConstantStringTagDecl) in getCFConstantStringTagDecl()
7814 return CFConstantStringTagDecl; in getCFConstantStringTagDecl()
7836 CFConstantStringTagDecl = TagType->getDecl(); in setCFConstantStringType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h403 mutable RecordDecl *CFConstantStringTagDecl = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5043 RegisterPredefDecl(Context.CFConstantStringTagDecl, in PrepareWritingSpecialDecls()