Home
last modified time | relevance | path

Searched refs:path_begin (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp255 auto path_begin = llvm::sys::path::begin(module.search_path.GetStringRef()); in AddModule() local
260 bool is_system_module = (std::distance(path_begin, path_end) >= in AddModule()
262 std::equal(sysroot_begin, sysroot_end, path_begin); in AddModule()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCXXABI.cpp294 E->path_begin(), in getMemberPointerAdjustment()
H A DCGExpr.cpp588 Adjustment.DerivedToBase.BasePath->path_begin(), in EmitMaterializeTemporaryExpr()
1161 CE->path_begin(), CE->path_end(), in EmitPointerWithAlignment()
4855 This, DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
4874 LV.getAddress(*this), DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
H A DMicrosoftCXXABI.cpp3299 SrcTy, DstTy, E->getCastKind(), E->path_begin(), E->path_end(), Src, in EmitMemberPointerConversion()
3464 return EmitMemberPointerConversion(SrcTy, DstTy, CK, E->path_begin(), in EmitMemberPointerConversion()
H A DCGExprScalar.cpp2199 CE->path_begin(), CE->path_end(), in VisitCastExpr()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp259 for (CastExpr::path_const_iterator I = Cast->path_begin(), in evalDerivedToBase()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h3545 path_iterator path_begin() { return path_buffer(); } in path_begin() function
3547 path_const_iterator path_begin() const { return path_buffer(); } in path_begin() function
3551 return llvm::make_range(path_begin(), path_end()); in path()
3554 return llvm::make_range(path_begin(), path_end()); in path()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp358 for (auto I = C->path_begin(), E = C->path_end(); I != E; ++I) { in createCastPath()
H A DTextNodeDumper.cpp932 for (CastExpr::path_const_iterator I = Node->path_begin(), in dumpBasePath()
H A DExprConstant.cpp3110 for (CastExpr::path_const_iterator PathI = E->path_begin(), in HandleLValueBasePath()
9743 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin()); in VisitCastExpr()
9759 for (CastExpr::path_const_iterator PathI = E->path_begin(), in VisitCastExpr()
9914 for (CastExpr::path_const_iterator PathI = E->path_begin(), in VisitCastExpr()
H A DASTImporter.cpp7345 for (auto I = CE->path_begin(), E = CE->path_end(); I != E; ++I) { in ImportCastPath()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp964 PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI) in VisitCastExpr()
H A DASTReaderStmt.cpp1086 CastExpr::path_iterator BaseI = E->path_begin(); in VisitCastExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp15564 for (auto PathI = CE->path_begin(), PathE = CE->path_end(); PathI != PathE; in getDerivedToBaseAlignmentAndOffset()