Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGClass.cpp180 CastExpr::path_const_iterator PathEnd) { in GetNonVirtualBaseClassOffset() argument
181 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetNonVirtualBaseClassOffset()
184 computeNonVirtualBaseClassOffset(ClassDecl, PathBegin, PathEnd); in GetNonVirtualBaseClassOffset()
271 CastExpr::path_const_iterator PathEnd, bool NullCheckValue, in GetAddressOfBaseClass() argument
273 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetAddressOfBaseClass()
292 VBase ? VBase : Derived, Start, PathEnd); in GetAddressOfBaseClass()
306 ConvertType((PathEnd[-1])->getType())->getPointerTo(); in GetAddressOfBaseClass()
378 CastExpr::path_const_iterator PathEnd, in GetAddressOfDerivedClass() argument
380 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetAddressOfDerivedClass()
387 CGM.GetNonVirtualBaseClassOffset(Derived, PathBegin, PathEnd); in GetAddressOfDerivedClass()
H A DMicrosoftCXXABI.cpp656 CastExpr::path_const_iterator PathEnd, llvm::Value *Src,
669 CastExpr::path_const_iterator PathEnd, llvm::Constant *Src);
3112 CastExpr::path_const_iterator PathEnd, llvm::Value *Src, in EmitNonNullMemberPointerConversion() argument
3173 CGM.computeNonVirtualBaseClassOffset(DerivedClass, PathBegin, PathEnd) in EmitNonNullMemberPointerConversion()
3267 CastExpr::path_const_iterator PathEnd, llvm::Constant *Src) { in EmitMemberPointerConversion() argument
3284 SrcTy, DstTy, CK, PathBegin, PathEnd, Src, Builder)); in EmitMemberPointerConversion()
H A DCodeGenModule.h872 CastExpr::path_const_iterator PathEnd);
H A DCodeGenFunction.h2458 CastExpr::path_const_iterator PathEnd,
2464 CastExpr::path_const_iterator PathEnd,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp44 for (paths_iterator Path = begin(), PathEnd = end(); Path != PathEnd; ++Path) in ComputeDeclsFound() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp2142 for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end(); in LookupQualifiedName() local
2143 Path != PathEnd; ++Path) { in LookupQualifiedName()
2367 PathEnd = Paths->end(); in DiagnoseAmbiguousLookup() local
2368 Path != PathEnd; ++Path) { in DiagnoseAmbiguousLookup()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1544 SourceLocation PathEnd) { in diagnoseAutoModuleImport() argument
1576 CharSourceRange ReplaceRange(SourceRange(HashLoc, PathEnd), in diagnoseAutoModuleImport()