Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1810 QualType getCFConstantStringType() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7250 QualType ASTContext::getCFConstantStringType() const { in getCFConstantStringType() function in ASTContext
11109 Type = Context.getCFConstantStringType(); in DecodeTypeFromStr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp5530 QualType CFTy = Context.getCFConstantStringType(); in GetAddrOfConstantCFString()