Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h263 mutable TypedefDecl *CFConstantStringTypeDecl; variable
1388 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
1389 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h400 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable
1841 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
1842 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h395 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable
1825 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
1826 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h395 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable
1825 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
1826 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h392 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable
1817 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
1818 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/aosp_15_r20/external/clang/lib/AST/
H A 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()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriter.cpp4190 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
H A DASTReader.cpp3942 if (!Context.CFConstantStringTypeDecl) in InitializeContext()