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

/external/clang/include/clang/AST/
H A DASTContext.h1239 QualType getCFConstantStringType() const;
/external/clang/lib/AST/
H A DASTContext.cpp4563 // getCFConstantStringType - Return the type used for constant CFStrings.
4564 QualType ASTContext::getCFConstantStringType() const { function in class:ASTContext
7562 Type = Context.getCFConstantStringType();
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp2495 QualType CFTy = getContext().getCFConstantStringType();

Completed in 246 milliseconds