Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h386 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable
1794 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
1795 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7265 if (CFConstantStringTypeDecl) in getCFConstantStringDecl()
7266 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
7342 CFConstantStringTypeDecl = in getCFConstantStringDecl()
7345 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
7370 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()
7372 CFConstantStringTypeDecl->getUnderlyingType()->castAs<RecordType>(); in setCFConstantStringType()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp4675 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
H A DASTReader.cpp4931 if (!Context.CFConstantStringTypeDecl) in InitializeContext()