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

  /external/clang/include/clang/AST/
DeclBase.h 422 attr_iterator attr_begin() const { function in class:clang::Decl
448 return specific_attr_iterator<T>(attr_begin());
    [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 120 milliseconds