Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.cpp283 CharUnits CGCXXABI::getMemberPointerPathAdjustment(const APValue &MP) { in getMemberPointerPathAdjustment() function in CGCXXABI
DCGCXXABI.h227 CharUnits getMemberPointerPathAdjustment(const APValue &MP);
DItaniumCXXABI.cpp850 CharUnits ThisAdjustment = getMemberPointerPathAdjustment(MP); in EmitMemberPointer()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h2306 CharUnits getMemberPointerPathAdjustment(const APValue &MP) const;
/external/llvm-project/clang/lib/AST/
DItaniumMangle.cpp5323 Context.getASTContext().getMemberPointerPathAdjustment(V); in mangleValueInTemplateArg()
DASTContext.cpp2484 CharUnits ASTContext::getMemberPointerPathAdjustment(const APValue &MP) const { in getMemberPointerPathAdjustment() function in ASTContext
/external/llvm-project/clang/lib/CodeGen/
DItaniumCXXABI.cpp1091 CharUnits ThisAdjustment = getContext().getMemberPointerPathAdjustment(MP); in EmitMemberPointer()