Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1240 llvm::CallBase *CallInstruction; in generateObjCGetterBody() local
1243 callee, ReturnValueSlot(), args, &CallInstruction); in generateObjCGetterBody()
1244 if (llvm::CallInst *call = dyn_cast<llvm::CallInst>(CallInstruction)) in generateObjCGetterBody()