Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp418 CheckParmsForFunctionDef(Params, in startLambdaDefinition()
DSemaDeclObjC.cpp322 CheckParmsForFunctionDef(MDecl->parameters(), in ActOnStartOfObjCMethodDef()
DSemaChecking.cpp9416 bool Sema::CheckParmsForFunctionDef(ArrayRef<ParmVarDecl *> Parameters, in CheckParmsForFunctionDef() function in Sema
DSemaDecl.cpp11296 CheckParmsForFunctionDef(FD->parameters(), in ActOnStartOfFunctionDef()
DSemaExpr.cpp12054 CheckParmsForFunctionDef(CurBlock->TheDecl->parameters(), in ActOnBlockArguments()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp423 CheckParmsForFunctionDef(Params, in startLambdaDefinition()
DSemaDeclObjC.cpp394 CheckParmsForFunctionDef(MDecl->parameters(), in ActOnStartOfObjCMethodDef()
DSemaChecking.cpp13853 bool Sema::CheckParmsForFunctionDef(ArrayRef<ParmVarDecl *> Parameters, in CheckParmsForFunctionDef() function in Sema
DSemaDecl.cpp14104 CheckParmsForFunctionDef(FD->parameters(), in ActOnStartOfFunctionDef()
DSemaExpr.cpp15279 CheckParmsForFunctionDef(CurBlock->TheDecl->parameters(), in ActOnBlockArguments()
/external/clang/include/clang/Sema/
DSema.h2666 bool CheckParmsForFunctionDef(ArrayRef<ParmVarDecl *> Parameters,
/external/llvm-project/clang/include/clang/Sema/
DSema.h3747 bool CheckParmsForFunctionDef(ArrayRef<ParmVarDecl *> Parameters,