Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6516 assert(!CFConstantStringTagDecl && in getCFConstantStringDecl()
6518 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()
6519 CFConstantStringTagDecl->startDefinition(); in getCFConstantStringDecl()
6578 FieldDecl::Create(*this, CFConstantStringTagDecl, SourceLocation(), in getCFConstantStringDecl()
6583 CFConstantStringTagDecl->addDecl(Field); in getCFConstantStringDecl()
6586 CFConstantStringTagDecl->completeDefinition(); in getCFConstantStringDecl()
6589 auto tagType = getTagDeclType(CFConstantStringTagDecl); in getCFConstantStringDecl()
6597 if (!CFConstantStringTagDecl) in getCFConstantStringTagDecl()
6599 return CFConstantStringTagDecl; in getCFConstantStringTagDecl()
6621 CFConstantStringTagDecl = TagType->getDecl(); in setCFConstantStringType()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h383 mutable RecordDecl *CFConstantStringTagDecl = nullptr; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4372 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore()