Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1329 D->getASTContext().getMemberPointerPathAdjustment(Value).getQuantity()); in AddStructuralValue()
H A DItaniumMangle.cpp6673 Context.getASTContext().getMemberPointerPathAdjustment(V); in mangleValueInTemplateArg()
H A DASTContext.cpp2591 CharUnits ASTContext::getMemberPointerPathAdjustment(const APValue &MP) const { in getMemberPointerPathAdjustment() function in ASTContext
/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2578 CharUnits getMemberPointerPathAdjustment(const APValue &MP) const;
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1223 CharUnits ThisAdjustment = getContext().getMemberPointerPathAdjustment(MP); in EmitMemberPointer()