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

References

tools/clang/lib/Sema/SemaInit.cpp
 3526   S.Function.FoundDecl = Found;
 3574   S.Function.FoundDecl = FoundDecl;
 3632   S.Function.FoundDecl = FoundDecl;
 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,
 8047       DeclAccessPair FoundFn = Step->Function.FoundDecl;