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

References

tools/clang/include/clang/Sema/SemaInternal.h
   31          FTI.Params[0].Ident == nullptr && FTI.Params[0].Param &&
tools/clang/lib/Parse/Parser.cpp
 1421           if (FTI.Params[i].Ident == ParmDeclarator.getIdentifier()) {
tools/clang/lib/Sema/SemaDecl.cpp
13239             << "  int " << FTI.Params[i].Ident->getName() << ";\n";
13241             << FTI.Params[i].Ident
13256         ParamD.SetIdentifier(FTI.Params[i].Ident, FTI.Params[i].IdentLoc);
tools/clang/lib/Sema/SemaType.cpp
 4824             } else if (FTI.Params[i].Ident) {