Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1312 D->getASTContext().getMemberPointerPathAdjustment(Value).getQuantity()); in AddStructuralValue()
H A DItaniumMangle.cpp6642 Context.getASTContext().getMemberPointerPathAdjustment(V); in mangleValueInTemplateArg()
H A DASTContext.cpp2540 CharUnits ASTContext::getMemberPointerPathAdjustment(const APValue &MP) const { in getMemberPointerPathAdjustment() function in ASTContext
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2495 CharUnits getMemberPointerPathAdjustment(const APValue &MP) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1082 CharUnits ThisAdjustment = getContext().getMemberPointerPathAdjustment(MP); in EmitMemberPointer()