Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6535 assert(!CFConstantStringTagDecl && in getCFConstantStringDecl()
6537 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()
6538 CFConstantStringTagDecl->startDefinition(); in getCFConstantStringDecl()
6597 FieldDecl::Create(*this, CFConstantStringTagDecl, SourceLocation(), in getCFConstantStringDecl()
6602 CFConstantStringTagDecl->addDecl(Field); in getCFConstantStringDecl()
6605 CFConstantStringTagDecl->completeDefinition(); in getCFConstantStringDecl()
6608 auto tagType = getTagDeclType(CFConstantStringTagDecl); in getCFConstantStringDecl()
6616 if (!CFConstantStringTagDecl) in getCFConstantStringTagDecl()
6618 return CFConstantStringTagDecl; in getCFConstantStringTagDecl()
6640 CFConstantStringTagDecl = TagType->getDecl(); in setCFConstantStringType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h384 mutable RecordDecl *CFConstantStringTagDecl = nullptr; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4372 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore()