Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h263 mutable TypedefDecl *CFConstantStringTypeDecl; variable
1388 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
1389 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h377 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable
1646 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
1647 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/external/clang/lib/AST/
DASTContext.cpp739 CFConstantStringTagDecl(nullptr), CFConstantStringTypeDecl(nullptr), in ASTContext()
4888 if (!CFConstantStringTypeDecl) { in getCFConstantStringDecl()
4928 CFConstantStringTypeDecl = in getCFConstantStringDecl()
4932 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
4958 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()
4960 CFConstantStringTypeDecl->getUnderlyingType()->getAs<RecordType>(); in setCFConstantStringType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp6444 if (CFConstantStringTypeDecl) in getCFConstantStringDecl()
6445 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
6521 CFConstantStringTypeDecl = in getCFConstantStringDecl()
6524 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
6549 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()
6551 CFConstantStringTypeDecl->getUnderlyingType()->castAs<RecordType>(); in setCFConstantStringType()
/external/clang/lib/Serialization/
DASTWriter.cpp4190 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
DASTReader.cpp3942 if (!Context.CFConstantStringTypeDecl) in InitializeContext()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp4452 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
DASTReader.cpp4852 if (!Context.CFConstantStringTypeDecl) in InitializeContext()