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

/external/clang/include/clang/AST/
H A DASTContext.h1379 QualType getCFConstantStringType() const;
/external/clang/lib/AST/
H A DASTContext.cpp4941 // getCFConstantStringType - Return the type used for constant CFStrings.
4942 QualType ASTContext::getCFConstantStringType() const { function in class:ASTContext
8201 Type = Context.getCFConstantStringType();
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp3147 QualType CFTy = getContext().getCFConstantStringType();

Completed in 99 milliseconds