Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2394 CharUnits getMemberPointerPathAdjustment(const APValue &MP) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1104 CharUnits ThisAdjustment = getContext().getMemberPointerPathAdjustment(MP); in EmitMemberPointer()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp5843 Context.getASTContext().getMemberPointerPathAdjustment(V); in mangleValueInTemplateArg()
H A DASTContext.cpp2542 CharUnits ASTContext::getMemberPointerPathAdjustment(const APValue &MP) const { in getMemberPointerPathAdjustment() function in ASTContext