Searched refs:ArgumentInsertPosition (Results 1 – 4 of 4) sorted by relevance
45 enum class ArgumentInsertPosition { BEGIN, END }; enum50 ArgumentInsertPosition Pos);56 ArgumentInsertPosition Pos = ArgumentInsertPosition::END);
57 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster()62 if (Pos == ArgumentInsertPosition::END) { in getInsertArgumentAdjuster()75 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster()
139 getInsertArgumentAdjuster(ArgsBefore, ArgumentInsertPosition::BEGIN)); in CommonOptionsParser()141 getInsertArgumentAdjuster(ArgsAfter, ArgumentInsertPosition::END)); in CommonOptionsParser()
163 Analyze ? "--analyze" : "-fsyntax-only", ArgumentInsertPosition::BEGIN)); in main()