Home
last modified time | relevance | path

Searched refs:NewOptions (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1016 std::unique_ptr<InputArgList> NewOptions = std::make_unique<InputArgList>( in readConfigFile() local
1023 for (Arg *A : *NewOptions) in readConfigFile()
1027 CfgOptions = std::move(NewOptions); in readConfigFile()
1030 for (auto *Opt : *NewOptions) { in readConfigFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8279 ObjCEncOptions NewOptions; in getObjCEncodingForTypeImpl() local
8281 NewOptions.setExpandStructures(); in getObjCEncodingForTypeImpl()
8282 getObjCEncodingForTypeImpl(PointeeTy, S, NewOptions, in getObjCEncodingForTypeImpl()