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

  /external/clang/lib/AST/
DeclBase.cpp 373 for (attr_iterator A = attr_begin(), AEnd = attr_end(); A != AEnd; ++A) {
438 for (attr_iterator A = attr_begin(), AEnd = attr_end(); A != AEnd; ++A) {
    [all...]
Decl.cpp 58 AEnd = D->specific_attr_end<AvailabilityAttr>();
59 A != AEnd; ++A)
    [all...]
ASTContext.cpp 281 AEnd = DeclAttrs.end();
282 A != AEnd; ++A)
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 870 AEnd = T->arg_type_end();
871 A != AEnd; ++A) {
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]

Completed in 711 milliseconds