Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1514 SourceLocation SymbolLocations[3]) { in setOperatorFunctionId()
1521 OperatorFunctionId.SymbolLocations[I] = SymbolLocations[I]; in setOperatorFunctionId()
1523 if (SymbolLocations[I].isValid()) in setOperatorFunctionId()
1524 EndLocation = SymbolLocations[I]; in setOperatorFunctionId()
H A DTreeTransform.h17473 SourceLocation SymbolLocations[3] = { NameLoc, NameLoc, NameLoc }; in RebuildTemplateName() local
17474 Name.setOperatorFunctionId(NameLoc, Operator, SymbolLocations); in RebuildTemplateName()
H A DSemaDecl.cpp5927 Name.OperatorFunctionId.SymbolLocations[0], Name.EndLocation)); in GetNameFromUnqualifiedId()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2381 SourceLocation SymbolLocations[3]; in ParseUnqualifiedIdOperator() local
2388 SymbolLocations[SymbolIdx++] = ConsumeToken(); in ParseUnqualifiedIdOperator()
2399 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2400 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2410 SymbolLocations[SymbolIdx++] = ConsumeToken(); \ in ParseUnqualifiedIdOperator()
2424 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2425 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2438 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2439 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2458 Result.setOperatorFunctionId(KeywordLoc, Op, SymbolLocations); in ParseUnqualifiedIdOperator()
H A DParseOpenMP.cpp3975 SourceLocation SymbolLocations[] = {OpLoc, OpLoc, SourceLocation()}; in ParseReductionId() local
3976 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations); in ParseReductionId()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1047 SourceLocation SymbolLocations[3]; member
1132 SourceLocation SymbolLocations[3]);