Searched refs:CheckParmsForFunctionDef (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 418 CheckParmsForFunctionDef(Params, in startLambdaDefinition()
|
D | SemaDeclObjC.cpp | 322 CheckParmsForFunctionDef(MDecl->parameters(), in ActOnStartOfObjCMethodDef()
|
D | SemaChecking.cpp | 9416 bool Sema::CheckParmsForFunctionDef(ArrayRef<ParmVarDecl *> Parameters, in CheckParmsForFunctionDef() function in Sema
|
D | SemaDecl.cpp | 11296 CheckParmsForFunctionDef(FD->parameters(), in ActOnStartOfFunctionDef()
|
D | SemaExpr.cpp | 12054 CheckParmsForFunctionDef(CurBlock->TheDecl->parameters(), in ActOnBlockArguments()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLambda.cpp | 423 CheckParmsForFunctionDef(Params, in startLambdaDefinition()
|
D | SemaDeclObjC.cpp | 394 CheckParmsForFunctionDef(MDecl->parameters(), in ActOnStartOfObjCMethodDef()
|
D | SemaChecking.cpp | 13853 bool Sema::CheckParmsForFunctionDef(ArrayRef<ParmVarDecl *> Parameters, in CheckParmsForFunctionDef() function in Sema
|
D | SemaDecl.cpp | 14104 CheckParmsForFunctionDef(FD->parameters(), in ActOnStartOfFunctionDef()
|
D | SemaExpr.cpp | 15279 CheckParmsForFunctionDef(CurBlock->TheDecl->parameters(), in ActOnBlockArguments()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2666 bool CheckParmsForFunctionDef(ArrayRef<ParmVarDecl *> Parameters,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3747 bool CheckParmsForFunctionDef(ArrayRef<ParmVarDecl *> Parameters,
|