Home
last modified time | relevance | path

Searched refs:SizeArguments (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp986 SizeArguments[Param] = Implicit; in BuildFunctionArgList()
DCGClass.cpp2208 auto *POSParam = SizeArguments[Param]; in EmitInheritedCXXConstructorCall()
DCodeGenFunction.h948 SizeArguments; variable
DCGBuiltin.cpp438 auto Iter = SizeArguments.find(Param); in emitBuiltinObjectSize()
439 assert(Iter != SizeArguments.end()); in emitBuiltinObjectSize()