Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1379 QualType getCFConstantStringType() const;
/external/llvm-project/clang/include/clang/AST/
DASTContext.h1637 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()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp6534 QualType ASTContext::getCFConstantStringType() const { in getCFConstantStringType() function in ASTContext
10238 Type = Context.getCFConstantStringType(); in DecodeTypeFromStr()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp5001 QualType CFTy = Context.getCFConstantStringType(); in GetAddrOfConstantCFString()