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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 3063 const ObjCInterfaceDecl *forwardClass = nullptr;
3072 forwardClass = OCIType->getInterfaceDecl();
3119 if (Method && !forwardClass)
3126 if (Method && DiagnoseUseOfDecl(Method, SelectorSlotLocs, forwardClass))
SemaExprObjC.cpp 3063 const ObjCInterfaceDecl *forwardClass = nullptr;
3072 forwardClass = OCIType->getInterfaceDecl();
3119 if (Method && !forwardClass)
3126 if (Method && DiagnoseUseOfDecl(Method, SelectorSlotLocs, forwardClass))

Completed in 67 milliseconds