Searched refs:NewOptions (Results 1 – 2 of 2) sorted by relevance
1012 std::unique_ptr<InputArgList> NewOptions = std::make_unique<InputArgList>( in readConfigFile() local1019 for (Arg *A : *NewOptions) in readConfigFile()1023 CfgOptions = std::move(NewOptions); in readConfigFile()1026 for (auto *Opt : *NewOptions) { in readConfigFile()
8266 ObjCEncOptions NewOptions; in getObjCEncodingForTypeImpl() local8268 NewOptions.setExpandStructures(); in getObjCEncodingForTypeImpl()8269 getObjCEncodingForTypeImpl(PointeeTy, S, NewOptions, in getObjCEncodingForTypeImpl()