Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1808 QualType getCFConstantStringType() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7362 QualType ASTContext::getCFConstantStringType() const { in getCFConstantStringType() function in ASTContext
11361 Type = Context.getCFConstantStringType(); in DecodeTypeFromStr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6140 QualType CFTy = Context.getCFConstantStringType(); in GetAddrOfConstantCFString()