Home | History | Annotate | Download | only in Parse

Lines Matching refs:SymbolLocations

2155   SourceLocation SymbolLocations[3];
2162 SymbolLocations[SymbolIdx++] = ConsumeToken();
2173 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
2174 SymbolLocations[SymbolIdx++] = T.getCloseLocation();
2184 SymbolLocations[SymbolIdx++] = ConsumeToken(); \
2198 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
2199 SymbolLocations[SymbolIdx++] = T.getCloseLocation();
2212 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
2213 SymbolLocations[SymbolIdx++] = T.getCloseLocation();
2232 Result.setOperatorFunctionId(KeywordLoc, Op, SymbolLocations);