Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp57 CastExpr::path_const_iterator PathEnd) { in GetNonVirtualBaseClassOffset() argument
58 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetNonVirtualBaseClassOffset()
62 PathBegin, PathEnd); in GetNonVirtualBaseClassOffset()
138 CastExpr::path_const_iterator PathEnd, in GetAddressOfBaseClass() argument
140 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetAddressOfBaseClass()
154 Start, PathEnd); in GetAddressOfBaseClass()
158 ConvertType((PathEnd[-1])->getType())->getPointerTo(); in GetAddressOfBaseClass()
221 CastExpr::path_const_iterator PathEnd, in GetAddressOfDerivedClass() argument
223 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetAddressOfDerivedClass()
230 CGM.GetNonVirtualBaseClassOffset(Derived, PathBegin, PathEnd); in GetAddressOfDerivedClass()
DCodeGenModule.h549 CastExpr::path_const_iterator PathEnd);
DCodeGenFunction.h1750 CastExpr::path_const_iterator PathEnd,
1756 CastExpr::path_const_iterator PathEnd,
/external/clang/lib/AST/
DCXXInheritance.cpp28 for (paths_iterator Path = begin(), PathEnd = end(); Path != PathEnd; ++Path) in ComputeDeclsFound() local
/external/clang/lib/Sema/
DSemaLookup.cpp1514 for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end(); in LookupQualifiedName() local
1515 Path != PathEnd; ++Path) { in LookupQualifiedName()
1687 PathEnd = Paths->end(); in DiagnoseAmbiguousLookup() local
1688 Path != PathEnd; ++Path) { in DiagnoseAmbiguousLookup()