Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaLambda.cpp330 CheckParmsForFunctionDef(const_cast<ParmVarDecl **>(Params.begin()), in startLambdaDefinition()
DSemaDeclObjC.cpp328 CheckParmsForFunctionDef(MDecl->param_begin(), MDecl->param_end(), in ActOnStartOfObjCMethodDef()
DSemaChecking.cpp6183 bool Sema::CheckParmsForFunctionDef(ParmVarDecl *const *P, in CheckParmsForFunctionDef() function in Sema
DSemaDecl.cpp9577 CheckParmsForFunctionDef(FD->param_begin(), FD->param_end(), in ActOnStartOfFunctionDef()
DSemaExpr.cpp10302 CheckParmsForFunctionDef(CurBlock->TheDecl->param_begin(), in ActOnBlockArguments()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h2314 bool CheckParmsForFunctionDef(ParmVarDecl *const *Param,