Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7163 assert(!CFConstantStringTagDecl && in getCFConstantStringDecl()
7165 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()
7166 CFConstantStringTagDecl->startDefinition(); in getCFConstantStringDecl()
7225 FieldDecl::Create(*this, CFConstantStringTagDecl, SourceLocation(), in getCFConstantStringDecl()
7230 CFConstantStringTagDecl->addDecl(Field); in getCFConstantStringDecl()
7233 CFConstantStringTagDecl->completeDefinition(); in getCFConstantStringDecl()
7236 auto tagType = getTagDeclType(CFConstantStringTagDecl); in getCFConstantStringDecl()
7244 if (!CFConstantStringTagDecl) in getCFConstantStringTagDecl()
7246 return CFConstantStringTagDecl; in getCFConstantStringTagDecl()
7268 CFConstantStringTagDecl = TagType->getDecl(); in setCFConstantStringType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h411 mutable RecordDecl *CFConstantStringTagDecl = nullptr; variable
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp4573 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore()