Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp92 QualType Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
108 Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
123 Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1278 QualType getObjCConstantStringInterface() const { in getObjCConstantStringInterface() function