reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Parse/Parser.h
 1588       P.CurParsedObjCImpl = this;
tools/clang/lib/Parse/ParseDecl.cpp
 1959           (!ParsingInObjCContainer || CurParsedObjCImpl))
 1968           (!ParsingInObjCContainer || CurParsedObjCImpl))
 2448              (!CurParsedObjCImpl || !D.isFunctionDeclarator())) {
 3125       else if (CurParsedObjCImpl)
tools/clang/lib/Parse/ParseExpr.cpp
 1848                                  CurParsedObjCImpl ? CurParsedObjCImpl->Dcl
 1848                                  CurParsedObjCImpl ? CurParsedObjCImpl->Dcl
tools/clang/lib/Parse/ParseObjc.cpp
  172   if (CurParsedObjCImpl) {
  173     CurParsedObjCImpl->finish(AtLoc);
  639                             CurParsedObjCImpl? Sema::PCC_ObjCImplementation
 2229   if (CurParsedObjCImpl)
 2230     CurParsedObjCImpl->finish(atEnd);
 2247   P.CurParsedObjCImpl = nullptr;
 2647   CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM);
 2691     if (CurParsedObjCImpl) {
 2718   assert (CurParsedObjCImpl
tools/clang/lib/Parse/Parser.cpp
   60   CurParsedObjCImpl = nullptr;
  833     if (CurParsedObjCImpl) {
  841         CurParsedObjCImpl ? Sema::PCC_ObjCImplementation : Sema::PCC_Namespace);
 1213   else if (CurParsedObjCImpl &&
 1230       CurParsedObjCImpl->HasCFunction = true;