Home
last modified time | relevance | path

Searched refs:SymbolLocations (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Parse/
DParseExprCXX.cpp2163 SourceLocation SymbolLocations[3]; in ParseUnqualifiedIdOperator() local
2170 SymbolLocations[SymbolIdx++] = ConsumeToken(); in ParseUnqualifiedIdOperator()
2181 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2182 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2192 SymbolLocations[SymbolIdx++] = ConsumeToken(); \ in ParseUnqualifiedIdOperator()
2206 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2207 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2220 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2221 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2240 Result.setOperatorFunctionId(KeywordLoc, Op, SymbolLocations); in ParseUnqualifiedIdOperator()
DParseOpenMP.cpp775 SourceLocation SymbolLocations[] = {OpLoc, OpLoc, SourceLocation()}; in ParseReductionId() local
776 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations); in ParseReductionId()
/external/clang/lib/Sema/
DDeclSpec.cpp1213 SourceLocation SymbolLocations[3]) { in setOperatorFunctionId()
1219 OperatorFunctionId.SymbolLocations[I] = SymbolLocations[I].getRawEncoding(); in setOperatorFunctionId()
1221 if (SymbolLocations[I].isValid()) in setOperatorFunctionId()
1222 EndLocation = SymbolLocations[I]; in setOperatorFunctionId()
DTreeTransform.h11383 SourceLocation SymbolLocations[3] = { NameLoc, NameLoc, NameLoc }; in RebuildTemplateName() local
11384 Name.setOperatorFunctionId(NameLoc, Operator, SymbolLocations); in RebuildTemplateName()
DSemaDecl.cpp4453 = Name.OperatorFunctionId.SymbolLocations[0]; in GetNameFromUnqualifiedId()
/external/clang/include/clang/Sema/
DDeclSpec.h904 unsigned SymbolLocations[3]; member
986 SourceLocation SymbolLocations[3]);