Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h384 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable
1689 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
1690 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6513 if (CFConstantStringTypeDecl) in getCFConstantStringDecl()
6514 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
6590 CFConstantStringTypeDecl = in getCFConstantStringDecl()
6593 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
6618 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()
6620 CFConstantStringTypeDecl->getUnderlyingType()->castAs<RecordType>(); in setCFConstantStringType()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4370 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
H A DASTReader.cpp4877 if (!Context.CFConstantStringTypeDecl) in InitializeContext()