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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 2724 Actions.AddAnyMethodToGlobalPool(MDecl);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 327 /// AddAnyMethodToGlobalPool - Add any method, instance or factory to global
329 void Sema::AddAnyMethodToGlobalPool(Decl *D) {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4527 /// AddAnyMethodToGlobalPool - Add any method, instance or factory to global
4529 void AddAnyMethodToGlobalPool(Decl *D);

Completed in 77 milliseconds