Home
last modified time | relevance | path

Searched refs:opCallObjCMethod (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h106 static bool opCallObjCMethod() { return false; } in opCallObjCMethod() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.cpp714 assert(!cir::MissingFeatures::opCallObjCMethod()); in emitCallArgs()