Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp1178 SourceLocation SymbolLocations[3]) { in setOperatorFunctionId()
1184 OperatorFunctionId.SymbolLocations[I] = SymbolLocations[I].getRawEncoding(); in setOperatorFunctionId()
1186 if (SymbolLocations[I].isValid()) in setOperatorFunctionId()
1187 EndLocation = SymbolLocations[I]; in setOperatorFunctionId()
DTreeTransform.h10023 SourceLocation SymbolLocations[3] = { NameLoc, NameLoc, NameLoc }; in RebuildTemplateName() local
10024 Name.setOperatorFunctionId(NameLoc, Operator, SymbolLocations); in RebuildTemplateName()
DSemaDecl.cpp4035 = Name.OperatorFunctionId.SymbolLocations[0]; in GetNameFromUnqualifiedId()
/external/clang/lib/Parse/
DParseExprCXX.cpp2089 SourceLocation SymbolLocations[3]; in ParseUnqualifiedIdOperator() local
2096 SymbolLocations[SymbolIdx++] = ConsumeToken(); in ParseUnqualifiedIdOperator()
2107 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2108 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2118 SymbolLocations[SymbolIdx++] = ConsumeToken(); \ in ParseUnqualifiedIdOperator()
2132 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2133 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2146 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2147 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2166 Result.setOperatorFunctionId(KeywordLoc, Op, SymbolLocations); in ParseUnqualifiedIdOperator()
DParseOpenMP.cpp551 SourceLocation SymbolLocations[] = {OpLoc, OpLoc, SourceLocation()}; in ParseReductionId() local
552 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations); in ParseReductionId()
/external/clang/include/clang/Sema/
DDeclSpec.h868 unsigned SymbolLocations[3]; member
950 SourceLocation SymbolLocations[3]);