Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp1240 SourceLocation SymbolLocations[3]) { in setOperatorFunctionId()
1246 OperatorFunctionId.SymbolLocations[I] = SymbolLocations[I].getRawEncoding(); in setOperatorFunctionId()
1248 if (SymbolLocations[I].isValid()) in setOperatorFunctionId()
1249 EndLocation = SymbolLocations[I]; in setOperatorFunctionId()
DTreeTransform.h11729 SourceLocation SymbolLocations[3] = { NameLoc, NameLoc, NameLoc }; in RebuildTemplateName() local
11730 Name.setOperatorFunctionId(NameLoc, Operator, SymbolLocations); in RebuildTemplateName()
DSemaDecl.cpp4584 = Name.OperatorFunctionId.SymbolLocations[0]; in GetNameFromUnqualifiedId()
/external/clang/lib/Parse/
DParseExprCXX.cpp2242 SourceLocation SymbolLocations[3]; in ParseUnqualifiedIdOperator() local
2249 SymbolLocations[SymbolIdx++] = ConsumeToken(); in ParseUnqualifiedIdOperator()
2260 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2261 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2271 SymbolLocations[SymbolIdx++] = ConsumeToken(); \ in ParseUnqualifiedIdOperator()
2285 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2286 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2299 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2300 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2319 Result.setOperatorFunctionId(KeywordLoc, Op, SymbolLocations); in ParseUnqualifiedIdOperator()
DParseOpenMP.cpp1511 SourceLocation SymbolLocations[] = {OpLoc, OpLoc, SourceLocation()}; in ParseReductionId() local
1512 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations); in ParseReductionId()
/external/clang/include/clang/Sema/
DDeclSpec.h923 unsigned SymbolLocations[3]; member
1005 SourceLocation SymbolLocations[3]);