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

  /external/clang/lib/Index/
Analyzer.cpp 328 ObjCInterfaceDecl::lookup_const_iterator Meth, MethEnd;
329 for (llvm::tie(Meth, MethEnd) = Cls->lookup(sel);
330 Meth != MethEnd; ++Meth) {
  /external/clang/lib/AST/
DeclObjC.cpp 72 lookup_const_iterator Meth, MethEnd;
73 for (llvm::tie(Meth, MethEnd) = lookup(Sel); Meth != MethEnd; ++Meth) {
    [all...]

Completed in 98 milliseconds