Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGClass.cpp61 CastExpr::path_const_iterator PathBegin, in GetNonVirtualBaseClassOffset() argument
63 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetNonVirtualBaseClassOffset()
67 PathBegin, PathEnd); in GetNonVirtualBaseClassOffset()
140 CastExpr::path_const_iterator PathBegin, in GetAddressOfBaseClass() argument
143 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetAddressOfBaseClass()
145 CastExpr::path_const_iterator Start = PathBegin; in GetAddressOfBaseClass()
233 CastExpr::path_const_iterator PathBegin, in GetAddressOfDerivedClass() argument
236 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetAddressOfDerivedClass()
243 CGM.GetNonVirtualBaseClassOffset(Derived, PathBegin, PathEnd); in GetAddressOfDerivedClass()
DCodeGenModule.h663 CastExpr::path_const_iterator PathBegin,
DCodeGenFunction.h1558 CastExpr::path_const_iterator PathBegin,
1564 CastExpr::path_const_iterator PathBegin,