Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp90 QualType Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
106 Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
121 Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1699 QualType getObjCConstantStringInterface() const { in getObjCConstantStringInterface() function