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

References

tools/clang/lib/Parse/ParseDecl.cpp
 4090       DeclaratorInfo.D.SetIdentifier(nullptr, Tok.getLocation());
 5771         D.SetIdentifier(nullptr, Tok.getLocation());
 5840         D.SetIdentifier(nullptr, Tok.getLocation());
 5863       D.SetIdentifier(nullptr, Tok.getLocation());
 5870     D.SetIdentifier(Tok.getIdentifierInfo(), Tok.getLocation());
 5899       D.SetIdentifier(nullptr, Tok.getLocation());
 5913         D.SetIdentifier(nullptr, Tok.getLocation());
 5939     D.SetIdentifier(nullptr, Tok.getLocation());
 5962         D.SetIdentifier(Tok.getIdentifierInfo(), Tok.getLocation());
 5989     D.SetIdentifier(nullptr, Tok.getLocation());
 6198   D.SetIdentifier(nullptr, Tok.getLocation());
tools/clang/lib/Parse/ParseDeclCXX.cpp
 2309     DeclaratorInfo.SetIdentifier(nullptr, Tok.getLocation());
tools/clang/lib/Parse/ParseExpr.cpp
 3041     ParamInfo.SetIdentifier(nullptr, CaretLoc);
tools/clang/lib/Sema/DeclSpec.cpp
  292   SetIdentifier(nullptr, LSquareLoc);
tools/clang/lib/Sema/SemaDecl.cpp
 8011     ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(),
 8066     ExtraArgs.D.SetIdentifier(Name.getAsIdentifierInfo(),
12327   D.SetIdentifier(Ident, IdentLoc);
13047         D.SetIdentifier(nullptr, D.getIdentifierLoc());
13256         ParamD.SetIdentifier(FTI.Params[i].Ident, FTI.Params[i].IdentLoc);
14194   D.SetIdentifier(&II, Loc);