Home
last modified time | relevance | path

Searched defs:parm (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.unused/
H A Dp2.cpp12 [[maybe_unused]] void unused_func([[maybe_unused]] int parm) { in unused_func()
/llvm-project/clang/test/Sema/
H A Dc2x-maybe_unused.c14 [[maybe_unused]] void unused_func([[maybe_unused]] int parm) { in unused_func()
/llvm-project/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp71 Expr *parm = E->getArg(0)->IgnoreParenCasts(); in VisitObjCMessageExpr() local
/llvm-project/clang/test/CXX/drs/
H A Dcwg2xx.cpp479 NS::T parm; global() variable
/llvm-project/flang/lib/Semantics/
H A Dcheck-declarations.cpp244 for (auto &parm : derived->parameters()) { Check() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2166 transformNonTypeTemplateParmRef(Decl * AssociatedDecl,const NonTypeTemplateParmDecl * parm,SourceLocation loc,TemplateArgument arg,std::optional<unsigned> PackIndex) transformNonTypeTemplateParmRef() argument
H A DSemaDecl.cpp2300 ParmVarDecl *parm = ParmVarDecl::Create( CreateBuiltin() local
H A DTreeTransform.h6173 if (ParmVarDecl *parm = (*PVars)[i]) TransformFunctionTypeParams() local
/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp5732 mangleFunctionParam(const ParmVarDecl * parm) mangleFunctionParam() argument
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2245 const ParmVarDecl *parm = FD->getParamDecl(i); GenKernelArgMetadata() local