Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1804 QualType getObjCConstantStringInterface() const { in getObjCConstantStringInterface() function