Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h618 ObjCMethodDecl *ValueWithBytesObjCTypeMethod; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp668 if (!ValueWithBytesObjCTypeMethod) { in BuildObjCBoxedExpr()
718 ValueWithBytesObjCTypeMethod = BoxingMethod; in BuildObjCBoxedExpr()
727 BoxingMethod = ValueWithBytesObjCTypeMethod; in BuildObjCBoxedExpr()
H A DSemaObjC.cpp32 ValueWithBytesObjCTypeMethod(nullptr), NSArrayDecl(nullptr), in SemaObjC()