Searched refs:path_end (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp229 auto path_end = llvm::sys::path::end(module.search_path.GetStringRef()); local
233 bool is_system_module = (std::distance(path_begin, path_end) >=
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp249 E->path_end());
H A DCGExpr.cpp567 Adjustment.DerivedToBase.BasePath->path_end(),
1117 CE->path_begin(), CE->path_end(),
4447 This, DerivedClassDecl, E->path_begin(), E->path_end(),
4466 LV.getAddress(*this), DerivedClassDecl, E->path_begin(), E->path_end(),
H A DMicrosoftCXXABI.cpp3155 SrcTy, DstTy, E->getCastKind(), E->path_begin(), E->path_end(), Src,
3320 E->path_end(), Src);
H A DCGExprScalar.cpp2082 CE->path_begin(), CE->path_end(),
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz_parse.c484 const char *const path_end = path + path_len; local
493 for (start = path; start != path_end; start = end)
500 end = path_end;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp257 E = Cast->path_end();
H A DExprEngineC.cpp530 CastE->path_begin(), CastE->path_end()), *PTMSV));
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3223 path_iterator path_end() { return path_buffer() + path_size(); } function in class:clang::final::final::CastExpr
3225 path_const_iterator path_end() const { return path_buffer() + path_size(); } function in class:clang::final::final::CastExpr
3228 return llvm::make_range(path_begin(), path_end());
3231 return llvm::make_range(path_begin(), path_end());
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp317 for (auto I = C->path_begin(), E = C->path_end(); I != E; ++I) {
H A DExprConstant.cpp2694 PathE = E->path_end();
8855 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin());
8872 PathE = E->path_end(); PathI != PathE; ++PathI) {
9025 PathE = E->path_end(); PathI != PathE; ++PathI) {
H A DASTImporter.cpp6922 for (auto I = CE->path_begin(), E = CE->path_end(); I != E; ++I) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp865 PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp6318 path_end = paths.end(); local
6319 for (path = paths.begin(); path != path_end; ++path) {

Completed in 301 milliseconds