Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp303 auto path_begin = llvm::sys::path::begin(module.search_path.GetStringRef()); AddModule() local
/llvm-project/clang/include/clang/AST/
H A DExpr.h3558 path_iterator path_begin() { return path_buffer(); } path_begin() function
3560 path_const_iterator path_begin() const { return path_buffer(); } path_begin() function