Home | History | Annotate | Download | only in Parse

Lines Matching refs:SymbolLocations

1846   SourceLocation SymbolLocations[3];
1853 SymbolLocations[SymbolIdx++] = ConsumeToken();
1864 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
1865 SymbolLocations[SymbolIdx++] = T.getCloseLocation();
1875 SymbolLocations[SymbolIdx++] = ConsumeToken(); \
1889 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
1890 SymbolLocations[SymbolIdx++] = T.getCloseLocation();
1903 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
1904 SymbolLocations[SymbolIdx++] = T.getCloseLocation();
1923 Result.setOperatorFunctionId(KeywordLoc, Op, SymbolLocations);