Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp664 if (!ValueWithBytesObjCTypeMethod) { in BuildObjCBoxedExpr()
716 ValueWithBytesObjCTypeMethod = BoxingMethod; in BuildObjCBoxedExpr()
725 BoxingMethod = ValueWithBytesObjCTypeMethod; in BuildObjCBoxedExpr()
H A DSema.cpp209 ValueWithBytesObjCTypeMethod(nullptr), NSArrayDecl(nullptr), in Sema()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1191 ObjCMethodDecl *ValueWithBytesObjCTypeMethod; variable