Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp637 if (!ValueWithBytesObjCTypeMethod) { in BuildObjCBoxedExpr()
694 ValueWithBytesObjCTypeMethod = BoxingMethod; in BuildObjCBoxedExpr()
703 BoxingMethod = ValueWithBytesObjCTypeMethod; in BuildObjCBoxedExpr()
H A DSema.cpp137 ValueWithBytesObjCTypeMethod(nullptr), NSArrayDecl(nullptr),
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h887 ObjCMethodDecl *ValueWithBytesObjCTypeMethod; variable