Home
last modified time | relevance | path

Searched refs:CheckParmsForFunctionDef (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1006 CheckParmsForFunctionDef(Params, /*CheckParameterNames=*/false); in CompleteLambdaCallOperator()
H A DSemaDeclObjC.cpp394 CheckParmsForFunctionDef(MDecl->parameters(), in ActOnStartOfObjCMethodDef()
H A DSemaDecl.cpp15777 CheckParmsForFunctionDef(FD->parameters(), in ActOnStartOfFunctionDef()
H A DSemaChecking.cpp17601 bool Sema::CheckParmsForFunctionDef(ArrayRef<ParmVarDecl *> Parameters, in CheckParmsForFunctionDef() function in Sema
H A DSemaExpr.cpp17064 CheckParmsForFunctionDef(CurBlock->TheDecl->parameters(), in ActOnBlockArguments()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4338 bool CheckParmsForFunctionDef(ArrayRef<ParmVarDecl *> Parameters,