OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attr_end
(Results
1 - 13
of
13
) 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/lib/AST/
DeclBase.cpp
393
for (attr_iterator A = attr_begin(), AEnd =
attr_end
(); A != AEnd; ++A) {
467
for (attr_iterator A = attr_begin(), AEnd =
attr_end
(); A != AEnd; ++A) {
[
all
...]
ASTDumper.cpp
669
bool HasAttrs = D->attr_begin() != D->
attr_end
();
679
for (Decl::attr_iterator I = D->attr_begin(), E = D->
attr_end
();
[
all
...]
Decl.cpp
[
all
...]
/external/clang/include/clang/AST/
DeclBase.h
430
attr_iterator
attr_end
() const {
function in class:clang::Decl
451
return specific_attr_iterator<T>(
attr_end
());
[
all
...]
/external/clang/tools/libclang/
IndexingContext.cpp
69
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
125
for (AttrVec::const_iterator i = Tmpl->attr_begin(), e = Tmpl->
attr_end
();
[
all
...]
SemaDecl.cpp
[
all
...]
SemaCodeComplete.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
Completed in 2709 milliseconds