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

  /external/clang/lib/AST/
DeclBase.cpp 341 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) {
    [all...]
Decl.cpp 59 AEnd = D->specific_attr_end<AvailabilityAttr>();
60 A != AEnd; ++A)
    [all...]
ASTContext.cpp 283 AEnd = DeclAttrs.end();
284 A != AEnd; ++A)
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 726 AEnd = T->arg_type_end();
727 A != AEnd; ++A) {
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]

Completed in 164 milliseconds