Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7275 assert(!CFConstantStringTagDecl && in getCFConstantStringDecl()
7277 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()
7278 CFConstantStringTagDecl->startDefinition(); in getCFConstantStringDecl()
7337 FieldDecl::Create(*this, CFConstantStringTagDecl, SourceLocation(), in getCFConstantStringDecl()
7342 CFConstantStringTagDecl->addDecl(Field); in getCFConstantStringDecl()
7345 CFConstantStringTagDecl->completeDefinition(); in getCFConstantStringDecl()
7348 auto tagType = getTagDeclType(CFConstantStringTagDecl); in getCFConstantStringDecl()
7356 if (!CFConstantStringTagDecl) in getCFConstantStringTagDecl()
7358 return CFConstantStringTagDecl; in getCFConstantStringTagDecl()
7380 CFConstantStringTagDecl = TagType->getDecl(); in setCFConstantStringType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h391 mutable RecordDecl *CFConstantStringTagDecl = nullptr; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4780 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore()