Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.h1036 llvm::Constant *getMemberPointerConstant(const UnaryOperator *e);
H A DCGExprConstant.cpp2021 CodeGenModule::getMemberPointerConstant(const UnaryOperator *uo) { in getMemberPointerConstant() function in CodeGenModule
H A DCGExprScalar.cpp596 return CGF.CGM.getMemberPointerConstant(E); in VisitUnaryAddrOf()