Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8327 assert(!CFConstantStringTagDecl && in getCFConstantStringDecl()
8329 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()
8330 CFConstantStringTagDecl->startDefinition(); in getCFConstantStringDecl()
8389 FieldDecl::Create(*this, CFConstantStringTagDecl, SourceLocation(), in getCFConstantStringDecl()
8394 CFConstantStringTagDecl->addDecl(Field); in getCFConstantStringDecl()
8397 CFConstantStringTagDecl->completeDefinition(); in getCFConstantStringDecl()
8400 auto tagType = getTagDeclType(CFConstantStringTagDecl); in getCFConstantStringDecl()
8408 if (!CFConstantStringTagDecl) in getCFConstantStringTagDecl()
8410 return CFConstantStringTagDecl; in getCFConstantStringTagDecl()
8431 CFConstantStringTagDecl = TagType->getDecl(); in setCFConstantStringType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h418 mutable RecordDecl *CFConstantStringTagDecl = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8195 if (Context.CFConstantStringTagDecl) in getPredefinedDecl()
8196 return Context.CFConstantStringTagDecl; in getPredefinedDecl()
H A DASTWriter.cpp5600 RegisterPredefDecl(Context.CFConstantStringTagDecl, in PrepareWritingSpecialDecls()