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

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

Completed in 115 milliseconds