Searched refs:SymbolLocations (Results 1 – 5 of 5) sorted by relevance
1144 SourceLocation SymbolLocations[3]) { in setOperatorFunctionId()1150 OperatorFunctionId.SymbolLocations[I] = SymbolLocations[I].getRawEncoding(); in setOperatorFunctionId()1152 if (SymbolLocations[I].isValid()) in setOperatorFunctionId()1153 EndLocation = SymbolLocations[I]; in setOperatorFunctionId()
9676 SourceLocation SymbolLocations[3] = { NameLoc, NameLoc, NameLoc }; in RebuildTemplateName() local9677 Name.setOperatorFunctionId(NameLoc, Operator, SymbolLocations); in RebuildTemplateName()
3870 = Name.OperatorFunctionId.SymbolLocations[0]; in GetNameFromUnqualifiedId()
2033 SourceLocation SymbolLocations[3]; in ParseUnqualifiedIdOperator() local2040 SymbolLocations[SymbolIdx++] = ConsumeToken(); in ParseUnqualifiedIdOperator()2051 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()2052 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()2062 SymbolLocations[SymbolIdx++] = ConsumeToken(); \ in ParseUnqualifiedIdOperator()2076 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()2077 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()2090 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()2091 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()2110 Result.setOperatorFunctionId(KeywordLoc, Op, SymbolLocations); in ParseUnqualifiedIdOperator()
875 unsigned SymbolLocations[3]; member957 SourceLocation SymbolLocations[3]);