Lines Matching refs:Position
2029 /// parsing the refinement step. Otherwise, return true and set the Position
2032 const Arg &A, size_t &Position) {
2034 Position = In.find(RefinementStepToken);
2035 if (Position != StringRef::npos) {
2037 StringRef RefStep = In.substr(Position + 1);
7420 // CloudABI uses Position Independent Executables exclusively.