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

References

tools/clang/lib/Sema/SemaInit.cpp
 3525   S.Function.Function = Function;
 3573   S.Function.Function = Function;
 3631   S.Function.Function = Constructor;
 6366     = cast<CXXConstructorDecl>(Step.Function.Function);
 7948                                                  Step->Function.Function);
 8046       FunctionDecl *Fn = Step->Function.Function;
 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;