Home
last modified time | relevance | path

Searched defs:path_begin (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp314 auto path_begin = llvm::sys::path::begin(module.search_path.GetStringRef()); in AddModule() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h3552 path_iterator path_begin() { return path_buffer(); } in path_begin() function
3554 path_const_iterator path_begin() const { return path_buffer(); } in path_begin() function