Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp62 CastExpr::path_const_iterator PathEnd) { 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 PathEnd, bool NullCheckValue, in GetAddressOfBaseClass() argument
142 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetAddressOfBaseClass()
162 Start, PathEnd); in GetAddressOfBaseClass()
176 ConvertType((PathEnd[-1])->getType())->getPointerTo(); in GetAddressOfBaseClass()
245 CastExpr::path_const_iterator PathEnd, in GetAddressOfDerivedClass() argument
247 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetAddressOfDerivedClass()
254 CGM.GetNonVirtualBaseClassOffset(Derived, PathBegin, PathEnd); in GetAddressOfDerivedClass()
H A DCodeGenModule.h735 CastExpr::path_const_iterator PathEnd);
H A DCodeGenFunction.h1673 CastExpr::path_const_iterator PathEnd,
1679 CastExpr::path_const_iterator PathEnd,
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DCXXInheritance.cpp30 for (paths_iterator Path = begin(), PathEnd = end(); Path != PathEnd; ++Path) in ComputeDeclsFound() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp1692 for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end(); in LookupQualifiedName() local
1693 Path != PathEnd; ++Path) { in LookupQualifiedName()
1904 PathEnd = Paths->end(); in DiagnoseAmbiguousLookup() local
1905 Path != PathEnd; ++Path) { in DiagnoseAmbiguousLookup()