Searched refs:PathEnd (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 63 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()
|
D | CodeGenModule.h | 740 CastExpr::path_const_iterator PathEnd);
|
D | CodeGenFunction.h | 1673 CastExpr::path_const_iterator PathEnd, 1679 CastExpr::path_const_iterator PathEnd,
|
/external/clang/lib/AST/ |
D | CXXInheritance.cpp | 30 for (paths_iterator Path = begin(), PathEnd = end(); Path != PathEnd; ++Path) in ComputeDeclsFound() local
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 1712 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()
|