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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.h1752 bool IsByRef; member in class:clang::CodeGen::CodeGenFunction::AutoVarEmission
1766 IsByRef(false), IsConstantAggregate(false),
1792 if (!IsByRef) return Address;

Completed in 41 milliseconds