Searched refs:EmitParmDecl (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2363 void CodeGenFunction::EmitParmDecl(const VarDecl &D, ParamValue Arg, function in class:CodeGenFunction
2367 "Invalid argument to EmitParmDecl");
H A DCGCall.cpp2394 // inalloca). If already have a pointer, EmitParmDecl doesn't need to copy it
2642 // Match to what EmitParmDecl is expecting for this type.
2710 EmitParmDecl(*Args[I], ArgVals[I], I + 1);
2713 EmitParmDecl(*Args[I], ArgVals[I], I + 1);
H A DCGClass.cpp2277 EmitParmDecl(*Params[I], Val, I + 1);
H A DCodeGenFunction.h3023 /// EmitParmDecl - Emit a ParmVarDecl or an ImplicitParamDecl.
3024 void EmitParmDecl(const VarDecl &D, ParamValue Arg, unsigned ArgNo);

Completed in 125 milliseconds