Searched defs:PathEnd (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGClass.cpp57 CastExpr::path_const_iterator PathEnd) {
58 assert(PathBegin != PathEnd && "Base path should not be empty!");
62 PathBegin, PathEnd);
138 CastExpr::path_const_iterator PathEnd,
140 assert(PathBegin != PathEnd && "Base path should not be empty!");
154 Start, PathEnd);
158 ConvertType((PathEnd[-1])->getType())->getPointerTo();
221 CastExpr::path_const_iterator PathEnd,
223 assert(PathBegin != PathEnd && "Base path should not be empty!");
230 CGM.GetNonVirtualBaseClassOffset(Derived, PathBegin, PathEnd);
55 GetNonVirtualBaseClassOffset(const CXXRecordDecl *ClassDecl, CastExpr::path_const_iterator PathBegin, CastExpr::path_const_iterator PathEnd) argument
135 GetAddressOfBaseClass(llvm::Value *Value, const CXXRecordDecl *Derived, CastExpr::path_const_iterator PathBegin, CastExpr::path_const_iterator PathEnd, bool NullCheckValue) argument
218 GetAddressOfDerivedClass(llvm::Value *Value, const CXXRecordDecl *Derived, CastExpr::path_const_iterator PathBegin, CastExpr::path_const_iterator PathEnd, bool NullCheckValue) argument
[all...]

Completed in 19 milliseconds