Lines Matching defs:FO
427 FunctionOptions FO = FunctionOptions::None;
438 FO |= FunctionOptions::CxxReturnUdt;
442 FO |= FunctionOptions::Constructor;
447 return FO;
470 FunctionOptions FO = getFunctionOptions(SP->getType(), Class, SP->getName());
472 SP->getType(), Class, SP->getThisAdjustment(), IsStaticMethod, FO);
2057 FunctionOptions FO = getFunctionOptions(Ty);
2058 ProcedureRecord Procedure(ReturnTypeIndex, CC, FO, ArgTypeIndices.size(),
2067 FunctionOptions FO) {
2106 MemberFunctionRecord MFR(ReturnTypeIndex, ClassType, ThisTypeIndex, CC, FO,