Lines Matching refs:FunctionOptions
423 static FunctionOptions
427 FunctionOptions FO = FunctionOptions::None;
438 FO |= FunctionOptions::CxxReturnUdt;
442 FO |= FunctionOptions::Constructor;
444 // TODO: put the FunctionOptions::ConstructorWithVirtualBases flag.
470 FunctionOptions FO = getFunctionOptions(SP->getType(), Class, SP->getName());
2090 FunctionOptions FO = getFunctionOptions(Ty);
2100 FunctionOptions FO) {
2474 // FunctionOptions::Constructor among the emitted members. Clang AST has all