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

References

tools/clang/lib/Sema/SemaInit.cpp
 3524   S.Function.HadMultipleCandidates = HadMultipleCandidates;
 3525   S.Function.Function = Function;
 3526   S.Function.FoundDecl = Found;
 3572   S.Function.HadMultipleCandidates = HadMultipleCandidates;
 3573   S.Function.Function = Function;
 3574   S.Function.FoundDecl = FoundDecl;
 3630   S.Function.HadMultipleCandidates = HadMultipleCandidates;
 3631   S.Function.Function = Constructor;
 3632   S.Function.FoundDecl = FoundDecl;
 6366     = cast<CXXConstructorDecl>(Step.Function.Function);
 6367   bool HadMultipleCandidates = Step.Function.HadMultipleCandidates;
 6399                              getConstructorInfo(Step.Function.FoundDecl));
 6424             Step.Function.FoundDecl.getDecl())) {
 6461                                         Step.Function.FoundDecl,
 6472                                         Step.Function.FoundDecl,
 6486   S.CheckConstructorAccess(Loc, Constructor, Step.Function.FoundDecl, Entity);
 6487   if (S.DiagnoseUseOfDecl(Step.Function.FoundDecl, Loc))
 7943       S.CheckAddressOfMemberAccess(CurInit.get(), Step->Function.FoundDecl);
 7944       if (S.DiagnoseUseOfDecl(Step->Function.FoundDecl, Kind.getLocation()))
 7947                                                  Step->Function.FoundDecl,
 7948                                                  Step->Function.Function);
 8046       FunctionDecl *Fn = Step->Function.Function;
 8047       DeclAccessPair FoundFn = Step->Function.FoundDecl;
 8048       bool HadMultipleCandidates = Step->Function.HadMultipleCandidates;
 9358       OS << "user-defined conversion via " << *S->Function.Function;
 9630       const FunctionDecl *Function = LastStep->Function.Function;
tools/clang/lib/Sema/SemaStmt.cpp
 3067     FunctionDecl *FD = Step.Function.Function;