HomeSort by: relevance | last modified time | path
    Searched refs:allMethods (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 595 SmallVector<Decl *, 32> allMethods;
606 allMethods.push_back(methodPrototype);
799 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 3964 // Note: For class/category implementations, allMethods is always null.
3965 Decl *Sema::ActOnAtEnd(Scope *S, SourceRange AtEnd, ArrayRef<Decl *> allMethods,
3999 for (unsigned i = 0, e = allMethods.size(); i != e; i++ ) {
4001 cast_or_null<ObjCMethodDecl>(allMethods[i]);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 9637 ArrayRef<Decl *> allMethods = None,

Completed in 118 milliseconds