Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp92 QualType Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
108 Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
123 Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
/external/clang/include/clang/AST/
DASTContext.h1280 QualType getObjCConstantStringInterface() const { in getObjCConstantStringInterface() function