Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1297 QualType getCFConstantStringType() const;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp4770 QualType ASTContext::getCFConstantStringType() const { in getCFConstantStringType() function in ASTContext
7985 Type = Context.getCFConstantStringType(); in DecodeTypeFromStr()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.cpp2644 QualType CFTy = getContext().getCFConstantStringType(); in GetAddrOfConstantCFString()