Searched refs:ExpandTypeFromArgs (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCall.cpp551 CodeGenFunction::ExpandTypeFromArgs(QualType Ty, LValue LV, function in class:CodeGenFunction
562 AI = ExpandTypeFromArgs(EltTy, LV, AI);
586 AI = ExpandTypeFromArgs(LargestFD->getType(), SubLV, AI);
596 AI = ExpandTypeFromArgs(FT, SubLV, AI);
1395 llvm::Function::arg_iterator End = ExpandTypeFromArgs(Ty, LV, AI);
H A DCodeGenFunction.h2711 /// ExpandTypeFromArgs - Reconstruct a structure of type \arg Ty
2718 ExpandTypeFromArgs(QualType Ty, LValue Dst,

Completed in 63 milliseconds