Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp95 ValueWithBytesObjCTypeMethod(nullptr), in Sema()
DSemaExprObjC.cpp633 if (!ValueWithBytesObjCTypeMethod) { in BuildObjCBoxedExpr()
690 ValueWithBytesObjCTypeMethod = BoxingMethod; in BuildObjCBoxedExpr()
699 BoxingMethod = ValueWithBytesObjCTypeMethod; in BuildObjCBoxedExpr()
/external/clang/include/clang/Sema/
DSema.h727 ObjCMethodDecl *ValueWithBytesObjCTypeMethod; variable