Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp176 CastExpr::path_const_iterator PathEnd) { in GetNonVirtualBaseClassOffset() argument
177 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetNonVirtualBaseClassOffset()
180 computeNonVirtualBaseClassOffset(ClassDecl, PathBegin, PathEnd); in GetNonVirtualBaseClassOffset()
267 CastExpr::path_const_iterator PathEnd, bool NullCheckValue, in GetAddressOfBaseClass() argument
269 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetAddressOfBaseClass()
288 VBase ? VBase : Derived, Start, PathEnd); in GetAddressOfBaseClass()
302 ConvertType((PathEnd[-1])->getType())->getPointerTo(); in GetAddressOfBaseClass()
370 CastExpr::path_const_iterator PathEnd, in GetAddressOfDerivedClass() argument
372 assert(PathBegin != PathEnd && "Base path should not be empty!"); in GetAddressOfDerivedClass()
379 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);
3040 CastExpr::path_const_iterator PathEnd, llvm::Value *Src, in EmitNonNullMemberPointerConversion() argument
3101 CGM.computeNonVirtualBaseClassOffset(DerivedClass, PathBegin, PathEnd) in EmitNonNullMemberPointerConversion()
3195 CastExpr::path_const_iterator PathEnd, llvm::Constant *Src) { in EmitMemberPointerConversion() argument
3212 SrcTy, DstTy, CK, PathBegin, PathEnd, Src, Builder)); in EmitMemberPointerConversion()
DCodeGenModule.h749 CastExpr::path_const_iterator PathEnd);
DCodeGenFunction.h1821 CastExpr::path_const_iterator PathEnd,
1827 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.cpp1459 SourceLocation PathEnd) { in diagnoseAutoModuleImport() argument
1491 CharSourceRange ReplaceRange(SourceRange(HashLoc, PathEnd), in diagnoseAutoModuleImport()
/external/clang/lib/Sema/
DSemaLookup.cpp2017 for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end(); in LookupQualifiedName() local
2018 Path != PathEnd; ++Path) { in LookupQualifiedName()
2242 PathEnd = Paths->end(); in DiagnoseAmbiguousLookup() local
2243 Path != PathEnd; ++Path) { in DiagnoseAmbiguousLookup()