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

Declarations

tools/clang/include/clang/Sema/Sema.h
 3340   bool CheckParmsForFunctionDef(ArrayRef<ParmVarDecl *> Parameters,

References

tools/clang/lib/Sema/SemaDecl.cpp
13573   CheckParmsForFunctionDef(FD->parameters(),
tools/clang/lib/Sema/SemaDeclObjC.cpp
  393   CheckParmsForFunctionDef(MDecl->parameters(),
tools/clang/lib/Sema/SemaExpr.cpp
14205     CheckParmsForFunctionDef(CurBlock->TheDecl->parameters(),
tools/clang/lib/Sema/SemaLambda.cpp
  422     CheckParmsForFunctionDef(Params,