Searched refs:CheckParameter (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 3135 ParmVarDecl *NewParm = CheckParameter(Context.getTranslationUnitDecl(), in SubstParmVarDecl()
|
H A D | SemaDeclObjC.cpp | 4809 SemaRef.CheckParameter(ObjCMethod, StartLoc, ArgInfo[i].NameLoc, in ActOnMethodDeclaration()
|
H A D | SemaDecl.cpp | 14975 CheckParameter(Context.getTranslationUnitDecl(), D.getBeginLoc(), in ActOnParamDeclarator() 15065 ParmVarDecl *Sema::CheckParameter(DeclContext *DC, SourceLocation StartLoc, in CheckParameter() function in Sema
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 3615 ParmVarDecl *CheckParameter(DeclContext *DC, SourceLocation StartLoc,
|