Searched refs:attr_end (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dautofill_xml_parser.cc97 char* attr_end = NULL; local
98 int value = strtol(attribute, &attr_end, 10);
99 if (attr_end != NULL && attr_end == attribute) {
137 char* attr_end = NULL; local
138 double value = strtod(attribute, &attr_end);
139 if (attr_end != NULL && attr_end == attribute) {
/external/clang/include/clang/AST/
H A DDeclBase.h389 attr_iterator attr_end() const { function in class:clang::Decl
416 return specific_attr_iterator<T>(attr_end());
/external/clang/lib/AST/
H A DDeclBase.cpp341 for (attr_iterator A = attr_begin(), AEnd = attr_end(); A != AEnd; ++A) {
406 for (attr_iterator A = attr_begin(), AEnd = attr_end(); A != AEnd; ++A) {
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1485 AEnd = Property->attr_end();
H A DSemaTemplateInstantiateDecl.cpp63 for (AttrVec::const_iterator i = Tmpl->attr_begin(), e = Tmpl->attr_end();
H A DSemaCodeComplete.cpp2508 for (Decl::attr_iterator i = ND->attr_begin(); i != ND->attr_end(); ++i) {
H A DSemaDecl.cpp1515 for (Decl::attr_iterator i = D->attr_begin(), e = D->attr_end(); i != e; ++i)
/external/clang/tools/libclang/
H A DCIndex.cpp1595 for (AttrVec::const_iterator i = D->attr_begin(), e = D->attr_end();

Completed in 1300 milliseconds