Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp96 QualType Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
112 Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
127 Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1894 QualType getObjCConstantStringInterface() const { in getObjCConstantStringInterface() function