Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp665 if (!ValueWithBytesObjCTypeMethod) { in BuildObjCBoxedExpr()
717 ValueWithBytesObjCTypeMethod = BoxingMethod; in BuildObjCBoxedExpr()
726 BoxingMethod = ValueWithBytesObjCTypeMethod; in BuildObjCBoxedExpr()
H A DSema.cpp211 ValueWithBytesObjCTypeMethod(nullptr), NSArrayDecl(nullptr), in Sema()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1219 ObjCMethodDecl *ValueWithBytesObjCTypeMethod; variable