Home
last modified time | relevance | path

Searched refs:attr_end (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DDeclBase.h461 return attr_range(attr_begin(), attr_end()); in attrs()
467 attr_iterator attr_end() const { in attr_end() function
493 return specific_attr_iterator<T>(attr_end()); in specific_attr_end()
/external/wpa_supplicant_8/src/common/
Ddpp.c1540 u8 *attr_start, *attr_end; in dpp_auth_build_req() local
1657 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_req()
1666 len[1] = attr_end - attr_start; in dpp_auth_build_req()
1717 u8 *attr_start, *attr_end, *pos; in dpp_auth_build_resp() local
1762 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_resp()
1849 len[1] = attr_end - attr_start; in dpp_auth_build_resp()
3267 u8 *attr_start, *attr_end; in dpp_auth_build_conf() local
3350 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_conf()
3359 len[1] = attr_end - attr_start; in dpp_auth_build_conf()
/external/clang/lib/AST/
DASTDumper.cpp1055 for (Decl::attr_iterator I = D->attr_begin(), E = D->attr_end(); I != E; in dumpDecl()