Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1603 QualType getCFConstantStringType() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp5913 QualType ASTContext::getCFConstantStringType() const { in getCFConstantStringType() function in ASTContext
9372 Type = Context.getCFConstantStringType(); in DecodeTypeFromStr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp4298 QualType CFTy = Context.getCFConstantStringType(); in GetAddrOfConstantCFString()