Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp177 CastExpr::path_const_iterator PathEnd) { in GetNonVirtualBaseClassOffset() argument
178 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetNonVirtualBaseClassOffset()
181 computeNonVirtualBaseClassOffset(ClassDecl, PathBegin, PathEnd); in GetNonVirtualBaseClassOffset()
268 CastExpr::path_const_iterator PathEnd, bool NullCheckValue, in GetAddressOfBaseClass() argument
270 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetAddressOfBaseClass()
289 VBase ? VBase : Derived, Start, PathEnd); in GetAddressOfBaseClass()
303 ConvertType((PathEnd[-1])->getType())->getPointerTo(); in GetAddressOfBaseClass()
371 CastExpr::path_const_iterator PathEnd, in GetAddressOfDerivedClass() argument
373 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetAddressOfDerivedClass()
380 CGM.GetNonVirtualBaseClassOffset(Derived, PathBegin, PathEnd); in GetAddressOfDerivedClass()
DMicrosoftCXXABI.cpp648 CastExpr::path_const_iterator PathEnd, llvm::Value *Src,
661 CastExpr::path_const_iterator PathEnd, llvm::Constant *Src);
3048 CastExpr::path_const_iterator PathEnd, llvm::Value *Src, in EmitNonNullMemberPointerConversion() argument
3109 CGM.computeNonVirtualBaseClassOffset(DerivedClass, PathBegin, PathEnd) in EmitNonNullMemberPointerConversion()
3203 CastExpr::path_const_iterator PathEnd, llvm::Constant *Src) { in EmitMemberPointerConversion() argument
3220 SrcTy, DstTy, CK, PathBegin, PathEnd, Src, Builder)); in EmitMemberPointerConversion()
DCodeGenModule.h758 CastExpr::path_const_iterator PathEnd);
DCodeGenFunction.h1928 CastExpr::path_const_iterator PathEnd,
1934 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/Lex/
DPPDirectives.cpp1601 SourceLocation PathEnd) { in diagnoseAutoModuleImport() argument
1633 CharSourceRange ReplaceRange(SourceRange(HashLoc, PathEnd), in diagnoseAutoModuleImport()
/external/clang/lib/Sema/
DSemaLookup.cpp2107 for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end(); in LookupQualifiedName() local
2108 Path != PathEnd; ++Path) { in LookupQualifiedName()
2332 PathEnd = Paths->end(); in DiagnoseAmbiguousLookup() local
2333 Path != PathEnd; ++Path) { in DiagnoseAmbiguousLookup()