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/ParseObjc.cpp
 2239     finish(P.Tok.getLocation());
 2240     if (P.isEofOrEom()) {
 2241       P.Diag(P.Tok, diag::err_objc_missing_end)
 2241       P.Diag(P.Tok, diag::err_objc_missing_end)
 2242           << FixItHint::CreateInsertion(P.Tok.getLocation(), "\n@end\n");
 2243       P.Diag(Dcl->getBeginLoc(), diag::note_objc_container_start)
 2247   P.CurParsedObjCImpl = nullptr;
 2253   P.Actions.DefaultSynthesizeProperties(P.getCurScope(), Dcl, AtEnd.getBegin());
 2253   P.Actions.DefaultSynthesizeProperties(P.getCurScope(), Dcl, AtEnd.getBegin());
 2255     P.ParseLexedObjCMethodDefs(*LateParsedObjCMethods[i],
 2258   P.Actions.ActOnAtEnd(P.getCurScope(), AtEnd);
 2258   P.Actions.ActOnAtEnd(P.getCurScope(), AtEnd);
 2262       P.ParseLexedObjCMethodDefs(*LateParsedObjCMethods[i],