Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp554 if (!StringWithUTF8StringMethod) { in BuildObjCBoxedExpr()
588 StringWithUTF8StringMethod = BoxingMethod; in BuildObjCBoxedExpr()
591 BoxingMethod = StringWithUTF8StringMethod; in BuildObjCBoxedExpr()
H A DSema.cpp208 StringWithUTF8StringMethod(nullptr), in Sema()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1188 ObjCMethodDecl *StringWithUTF8StringMethod; variable