HomeSort by relevance Sort by last modified time
    Searched refs:attr_end (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_xml_parser.cc 97 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) {
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 102 attr_end = pAttrs.end();
103 attr_iter != attr_end; attr_iter++) {
  /external/clang/include/clang/AST/
DeclBase.h 425 attr_iterator attr_end() const { function in class:clang::Decl
452 return specific_attr_iterator<T>(attr_end());
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 373 for (attr_iterator A = attr_begin(), AEnd = attr_end(); A != AEnd; ++A) {
447 for (attr_iterator A = attr_begin(), AEnd = attr_end(); A != AEnd; ++A) {
    [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 70 for (AttrVec::const_iterator AttrI = D->attr_begin(), AttrE = D->attr_end();
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 67 for (AttrVec::const_iterator i = Tmpl->attr_begin(), e = Tmpl->attr_end();
    [all...]
SemaDecl.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 504 milliseconds