Home
last modified time | relevance | path

Searched refs:StringWithUTF8StringMethod (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp554 if (!StringWithUTF8StringMethod) { in BuildObjCBoxedExpr()
588 StringWithUTF8StringMethod = BoxingMethod; in BuildObjCBoxedExpr()
591 BoxingMethod = StringWithUTF8StringMethod; in BuildObjCBoxedExpr()
H A DSema.cpp195 NSStringDecl(nullptr), StringWithUTF8StringMethod(nullptr),
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1163 ObjCMethodDecl *StringWithUTF8StringMethod; variable