Home
last modified time | relevance | path

Searched refs:getObjCConstantStringInterface (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaExprObjC.cpp89 QualType Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
105 Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
120 Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
/external/clang/include/clang/AST/
DASTContext.h1398 QualType getObjCConstantStringInterface() const { in getObjCConstantStringInterface() function