Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1725 QualType getCFConstantStringType() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6622 QualType ASTContext::getCFConstantStringType() const { in getCFConstantStringType() function in ASTContext
10472 Type = Context.getCFConstantStringType(); in DecodeTypeFromStr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5146 QualType CFTy = Context.getCFConstantStringType(); in GetAddrOfConstantCFString()