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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1940 ObjCInterfaceDecl *getObjCProtocolDecl() const;
1959 return getObjCInterfaceType(getObjCProtocolDecl());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 279 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 7945 ObjCInterfaceDecl *ASTContext::getObjCProtocolDecl() const {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 7362 return Context.getObjCProtocolDecl();

Completed in 44 milliseconds