Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h2730 path_iterator path_end() { return path_buffer() + path_size(); } in path_end() function
2732 path_const_iterator path_end() const { return path_buffer() + path_size(); } in path_end() function
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp4087 clang::CXXBasePaths::const_paths_iterator path, path_end = paths.end(); in GetIndexOfChildMemberWithName() local