Searched defs:ParamValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h2996 class ParamValue { class in class:clang::CodeGen::CodeGenFunction
2999 ParamValue(llvm::Value *V, unsigned A) : Value(V), Alignment(A) {} function in class:clang::CodeGen::CodeGenFunction::ParamValue

Completed in 109 milliseconds