reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2286 void CheckForFunctionRedefinition(
125 Actions.CheckForFunctionRedefinition(FD); 169 Actions.CheckForFunctionRedefinition(FD);tools/clang/lib/Parse/Parser.cpp
1208 Actions.CheckForFunctionRedefinition(FnD);
tools/clang/lib/Sema/SemaDecl.cpp2636 S.CheckForFunctionRedefinition(FD, cast<FunctionDecl>(Def), &SkipBody); 13520 CheckForFunctionRedefinition(FD, nullptr, SkipBody);tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
2014 SemaRef.CheckForFunctionRedefinition(Function);