Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1785 QualType getCFConstantStringType() const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7355 QualType ASTContext::getCFConstantStringType() const { in getCFConstantStringType() function in ASTContext
11254 Type = Context.getCFConstantStringType(); in DecodeTypeFromStr()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp5694 QualType CFTy = Context.getCFConstantStringType(); in GetAddrOfConstantCFString()