Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp1144 SourceLocation SymbolLocations[3]) { in setOperatorFunctionId()
1150 OperatorFunctionId.SymbolLocations[I] = SymbolLocations[I].getRawEncoding(); in setOperatorFunctionId()
1152 if (SymbolLocations[I].isValid()) in setOperatorFunctionId()
1153 EndLocation = SymbolLocations[I]; in setOperatorFunctionId()
HDTreeTransform.h9676 SourceLocation SymbolLocations[3] = { NameLoc, NameLoc, NameLoc }; in RebuildTemplateName() local
9677 Name.setOperatorFunctionId(NameLoc, Operator, SymbolLocations); in RebuildTemplateName()
HDSemaDecl.cpp3870 = Name.OperatorFunctionId.SymbolLocations[0]; in GetNameFromUnqualifiedId()
/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseExprCXX.cpp2033 SourceLocation SymbolLocations[3]; in ParseUnqualifiedIdOperator() local
2040 SymbolLocations[SymbolIdx++] = ConsumeToken(); in ParseUnqualifiedIdOperator()
2051 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2052 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2062 SymbolLocations[SymbolIdx++] = ConsumeToken(); \ in ParseUnqualifiedIdOperator()
2076 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2077 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2090 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2091 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2110 Result.setOperatorFunctionId(KeywordLoc, Op, SymbolLocations); in ParseUnqualifiedIdOperator()
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h875 unsigned SymbolLocations[3]; member
957 SourceLocation SymbolLocations[3]);