Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp314 auto path_begin = llvm::sys::path::begin(module.search_path.GetStringRef()); in AddModule() local
319 bool is_system_module = (std::distance(path_begin, path_end) >= in AddModule()
321 std::equal(sysroot_begin, sysroot_end, path_begin); in AddModule()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp291 E->path_begin(), in getMemberPointerAdjustment()
H A DCGExpr.cpp585 Adjustment.DerivedToBase.BasePath->path_begin(), in EmitMaterializeTemporaryExpr()
1346 Addr, Derived, CE->path_begin(), CE->path_end(), in EmitPointerWithAlignment()
5238 This, DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
5257 LV.getAddress(*this), DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
H A DMicrosoftCXXABI.cpp3307 SrcTy, DstTy, E->getCastKind(), E->path_begin(), E->path_end(), Src, in EmitMemberPointerConversion()
3472 return EmitMemberPointerConversion(SrcTy, DstTy, CK, E->path_begin(), in EmitMemberPointerConversion()
H A DCGExprScalar.cpp2238 CE->path_begin(), CE->path_end(), in VisitCastExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3536 path_iterator path_begin() { return path_buffer(); } in path_begin() function
3538 path_const_iterator path_begin() const { return path_buffer(); } in path_begin() function
3542 return llvm::make_range(path_begin(), path_end()); in path()
3545 return llvm::make_range(path_begin(), path_end()); in path()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp364 for (auto I = C->path_begin(), E = C->path_end(); I != E; ++I) { in createCastPath()
H A DTextNodeDumper.cpp1025 for (CastExpr::path_const_iterator I = Node->path_begin(), in dumpBasePath()
H A DExprConstant.cpp3153 for (CastExpr::path_const_iterator PathI = E->path_begin(), in HandleLValueBasePath()
10053 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin()); in VisitCastExpr()
10069 for (CastExpr::path_const_iterator PathI = E->path_begin(), in VisitCastExpr()
10227 for (CastExpr::path_const_iterator PathI = E->path_begin(), in VisitCastExpr()
H A DASTImporter.cpp7784 for (auto I = CE->path_begin(), E = CE->path_end(); I != E; ++I) { in ImportCastPath()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1050 PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI) in VisitCastExpr()
H A DASTReaderStmt.cpp1116 CastExpr::path_iterator BaseI = E->path_begin(); in VisitCastExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp17704 for (auto PathI = CE->path_begin(), PathE = CE->path_end(); PathI != PathE; in getDerivedToBaseAlignmentAndOffset()