Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h1134 llvm::Constant *getMemberPointerConstant(const UnaryOperator *e);
H A DCGExprConstant.cpp2184 CodeGenModule::getMemberPointerConstant(const UnaryOperator *uo) { in getMemberPointerConstant() function in CodeGenModule
H A DCGExprScalar.cpp610 return CGF.CGM.getMemberPointerConstant(E); in VisitUnaryAddrOf()