Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1829 QualType getObjCConstantStringInterface() const { in getObjCConstantStringInterface() function