Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1680 QualType getCFConstantStringType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6603 QualType ASTContext::getCFConstantStringType() const { in getCFConstantStringType() function in ASTContext
10425 Type = Context.getCFConstantStringType(); in DecodeTypeFromStr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp5116 QualType CFTy = Context.getCFConstantStringType(); in GetAddrOfConstantCFString()