Home
last modified time | relevance | path

Searched refs:getCFConstantStringType (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h1379 QualType getCFConstantStringType() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h1832 QualType getCFConstantStringType() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h1816 QualType getCFConstantStringType() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h1816 QualType getCFConstantStringType() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h1808 QualType getCFConstantStringType() const;
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp4942 QualType ASTContext::getCFConstantStringType() const { in getCFConstantStringType() function in ASTContext
8201 Type = Context.getCFConstantStringType(); in DecodeTypeFromStr()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp3147 QualType CFTy = getContext().getCFConstantStringType(); in GetAddrOfConstantCFString()