Home
last modified time | relevance | path

Searched refs:PathEnd (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGClass.cpp63 CastExpr::path_const_iterator PathEnd) { in GetNonVirtualBaseClassOffset() argument
64 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetNonVirtualBaseClassOffset()
68 PathBegin, PathEnd); in GetNonVirtualBaseClassOffset()
141 CastExpr::path_const_iterator PathEnd, bool NullCheckValue, in GetAddressOfBaseClass() argument
143 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetAddressOfBaseClass()
163 Start, PathEnd); in GetAddressOfBaseClass()
177 ConvertType((PathEnd[-1])->getType())->getPointerTo(); in GetAddressOfBaseClass()
246 CastExpr::path_const_iterator PathEnd, in GetAddressOfDerivedClass() argument
248 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetAddressOfDerivedClass()
255 CGM.GetNonVirtualBaseClassOffset(Derived, PathBegin, PathEnd); in GetAddressOfDerivedClass()
DCodeGenModule.h740 CastExpr::path_const_iterator PathEnd);
DCodeGenFunction.h1673 CastExpr::path_const_iterator PathEnd,
1679 CastExpr::path_const_iterator PathEnd,
/external/clang/lib/AST/
DCXXInheritance.cpp30 for (paths_iterator Path = begin(), PathEnd = end(); Path != PathEnd; ++Path) in ComputeDeclsFound() local
/external/clang/lib/Sema/
DSemaLookup.cpp1712 for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end(); in LookupQualifiedName() local
1713 Path != PathEnd; ++Path) { in LookupQualifiedName()
1924 PathEnd = Paths->end(); in DiagnoseAmbiguousLookup() local
1925 Path != PathEnd; ++Path) { in DiagnoseAmbiguousLookup()