Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1379 QualType getCFConstantStringType() const;
/external/clang/lib/AST/
DASTContext.cpp4942 QualType ASTContext::getCFConstantStringType() const { in getCFConstantStringType() function in ASTContext
8201 Type = Context.getCFConstantStringType(); in DecodeTypeFromStr()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3147 QualType CFTy = getContext().getCFConstantStringType(); in GetAddrOfConstantCFString()