Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp91 QualType Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
107 Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
122 Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1827 QualType getObjCConstantStringInterface() const { in getObjCConstantStringInterface() function