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.cpp1506 SourceLocation SymbolLocations[3]) { in setOperatorFunctionId()
1513 OperatorFunctionId.SymbolLocations[I] = SymbolLocations[I]; in setOperatorFunctionId()
1515 if (SymbolLocations[I].isValid()) in setOperatorFunctionId()
1516 EndLocation = SymbolLocations[I]; in setOperatorFunctionId()
H A DTreeTransform.h16336 SourceLocation SymbolLocations[3] = { NameLoc, NameLoc, NameLoc }; in RebuildTemplateName() local
16337 Name.setOperatorFunctionId(NameLoc, Operator, SymbolLocations); in RebuildTemplateName()
H A DSemaDecl.cpp5813 Name.OperatorFunctionId.SymbolLocations[0], Name.EndLocation)); in GetNameFromUnqualifiedId()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2738 SourceLocation SymbolLocations[3]; in ParseUnqualifiedIdOperator() local
2745 SymbolLocations[SymbolIdx++] = ConsumeToken(); in ParseUnqualifiedIdOperator()
2756 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2757 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2767 SymbolLocations[SymbolIdx++] = ConsumeToken(); \ in ParseUnqualifiedIdOperator()
2781 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2782 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2795 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2796 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2815 Result.setOperatorFunctionId(KeywordLoc, Op, SymbolLocations); in ParseUnqualifiedIdOperator()
H A DParseOpenMP.cpp4043 SourceLocation SymbolLocations[] = {OpLoc, OpLoc, SourceLocation()}; in ParseReductionId() local
4044 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations); in ParseReductionId()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1045 SourceLocation SymbolLocations[3]; member
1130 SourceLocation SymbolLocations[3]);