Home
last modified time | relevance | path

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

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