Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2349 CharUnits getMemberPointerPathAdjustment(const APValue &MP) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1095 CharUnits ThisAdjustment = getContext().getMemberPointerPathAdjustment(MP); in EmitMemberPointer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp5823 Context.getASTContext().getMemberPointerPathAdjustment(V); in mangleValueInTemplateArg()
H A DASTContext.cpp2527 CharUnits ASTContext::getMemberPointerPathAdjustment(const APValue &MP) const { in getMemberPointerPathAdjustment() function in ASTContext