Home
last modified time | relevance | path

Searched refs:attr_iterator (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DDeclBase.h417 typedef AttrVec::const_iterator attr_iterator; typedef
421 attr_iterator attr_begin() const { in attr_begin()
424 attr_iterator attr_end() const { in attr_end()
/external/clang/lib/AST/
DDeclBase.cpp373 for (attr_iterator A = attr_begin(), AEnd = attr_end(); A != AEnd; ++A) { in getAvailability()
438 for (attr_iterator A = attr_begin(), AEnd = attr_end(); A != AEnd; ++A) { in isWeakImported()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1605 for (Decl::attr_iterator A = Property->attr_begin(), in AddPropertyAttrs()
DSemaCodeComplete.cpp2535 for (Decl::attr_iterator i = ND->attr_begin(); i != ND->attr_end(); ++i) { in CreateCodeCompletionString()
DSemaDecl.cpp1604 for (Decl::attr_iterator i = D->attr_begin(), e = D->attr_end(); i != e; ++i) in DeclHasAttr()
DSemaDeclCXX.cpp11153 for (Decl::attr_iterator A = Method->attr_begin(), AEnd = Method->attr_end(); in checkThisInStaticMemberFunctionAttributes()