Home
last modified time | relevance | path

Searched defs:PathBegin (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp201 CastExpr::path_const_iterator PathBegin, in GetNonVirtualBaseClassOffset() argument
294 CastExpr::path_const_iterator PathBegin, in GetAddressOfBaseClass() argument
403 CastExpr::path_const_iterator PathBegin, in GetAddressOfDerivedClass() argument
H A DMicrosoftCXXABI.cpp3335 EmitNonNullMemberPointerConversion(const MemberPointerType * SrcTy,const MemberPointerType * DstTy,CastKind CK,CastExpr::path_const_iterator PathBegin,CastExpr::path_const_iterator PathEnd,llvm::Value * Src,CGBuilderTy & Builder) EmitNonNullMemberPointerConversion() argument
3491 EmitMemberPointerConversion(const MemberPointerType * SrcTy,const MemberPointerType * DstTy,CastKind CK,CastExpr::path_const_iterator PathBegin,CastExpr::path_const_iterator PathEnd,llvm::Constant * Src) EmitMemberPointerConversion() argument
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4766 const char *PathBegin = Path.data(); PreparePathForOutput() local