Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1875 QualType getCFConstantStringType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7818 QualType ASTContext::getCFConstantStringType() const { in getCFConstantStringType() function in ASTContext
11840 Type = Context.getCFConstantStringType(); in DecodeTypeFromStr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6288 QualType CFTy = Context.getCFConstantStringType(); in GetAddrOfConstantCFString()