Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp254 auto path_begin = llvm::sys::path::begin(module.search_path.GetStringRef()); in AddModule() local
259 bool is_system_module = (std::distance(path_begin, path_end) >= in AddModule()
261 std::equal(sysroot_begin, sysroot_end, path_begin); in AddModule()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp250 E->path_begin(), in getMemberPointerAdjustment()
H A DCGExpr.cpp589 Adjustment.DerivedToBase.BasePath->path_begin(), in EmitMaterializeTemporaryExpr()
1149 CE->path_begin(), CE->path_end(), in EmitPointerWithAlignment()
4702 This, DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
4721 LV.getAddress(*this), DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
H A DMicrosoftCXXABI.cpp3206 SrcTy, DstTy, E->getCastKind(), E->path_begin(), E->path_end(), Src, in EmitMemberPointerConversion()
3371 return EmitMemberPointerConversion(SrcTy, DstTy, CK, E->path_begin(), in EmitMemberPointerConversion()
H A DCGExprScalar.cpp2141 CE->path_begin(), CE->path_end(), in VisitCastExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp258 for (CastExpr::path_const_iterator I = Cast->path_begin(), in evalDerivedToBase()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3537 path_iterator path_begin() { return path_buffer(); } in path_begin() function
3539 path_const_iterator path_begin() const { return path_buffer(); } in path_begin() function
3543 return llvm::make_range(path_begin(), path_end()); in path()
3546 return llvm::make_range(path_begin(), path_end()); in path()
/freebsd-13.1/contrib/llvm-project/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.cpp925 for (CastExpr::path_const_iterator I = Node->path_begin(), in dumpBasePath()
H A DExprConstant.cpp3093 for (CastExpr::path_const_iterator PathI = E->path_begin(), in HandleLValueBasePath()
9612 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin()); in VisitCastExpr()
9628 for (CastExpr::path_const_iterator PathI = E->path_begin(), in VisitCastExpr()
9783 for (CastExpr::path_const_iterator PathI = E->path_begin(), in VisitCastExpr()
H A DASTImporter.cpp7215 for (auto I = CE->path_begin(), E = CE->path_end(); I != E; ++I) { in ImportCastPath()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp966 PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI) in VisitCastExpr()
H A DASTReaderStmt.cpp1101 CastExpr::path_iterator BaseI = E->path_begin(); in VisitCastExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14480 for (auto PathI = CE->path_begin(), PathE = CE->path_end(); PathI != PathE; in getDerivedToBaseAlignmentAndOffset()