Home | History | Annotate | Download | only in Parse

Lines Matching refs:SymbolLocations

2163   SourceLocation SymbolLocations[3];
2170 SymbolLocations[SymbolIdx++] = ConsumeToken();
2181 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
2182 SymbolLocations[SymbolIdx++] = T.getCloseLocation();
2192 SymbolLocations[SymbolIdx++] = ConsumeToken(); \
2206 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
2207 SymbolLocations[SymbolIdx++] = T.getCloseLocation();
2220 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
2221 SymbolLocations[SymbolIdx++] = T.getCloseLocation();
2240 Result.setOperatorFunctionId(KeywordLoc, Op, SymbolLocations);