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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4465 /// AddMethodToGlobalPool - Add an instance or factory method to the global
4467 void AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance);
4519 AddMethodToGlobalPool(Method, impl, /*instance*/true);
4524 AddMethodToGlobalPool(Method, impl, /*instance*/false);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 3419 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl,

Completed in 27 milliseconds