Searched refs:ArgumentInsertPosition (Results 1 – 4 of 4) sorted by relevance
47 enum class ArgumentInsertPosition { BEGIN, END }; enum52 ArgumentInsertPosition Pos);58 ArgumentInsertPosition Pos = ArgumentInsertPosition::END);
55 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster()60 if (Pos == ArgumentInsertPosition::END) { in getInsertArgumentAdjuster()73 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster()
147 getInsertArgumentAdjuster(ArgsBefore, ArgumentInsertPosition::BEGIN)); in CommonOptionsParser()149 getInsertArgumentAdjuster(ArgsAfter, ArgumentInsertPosition::END)); in CommonOptionsParser()
172 Analyze ? "--analyze" : "-fsyntax-only", ArgumentInsertPosition::BEGIN)); in main()