Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp89 QualType Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
105 Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
120 Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1622 QualType getObjCConstantStringInterface() const { in getObjCConstantStringInterface() function