Home
last modified time | relevance | path

Searched refs:OperatorLoc (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp373 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXPseudoDestructorExpr() argument
379 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXPseudoDestructorExpr()
594 SourceLocation OperatorLoc, in CXXOperatorCallExpr() argument
598 OperatorLoc, FPFeatures, /*MinNumArgs=*/0, UsesADL) {
615 ExprValueKind VK, SourceLocation OperatorLoc, in Create() argument
625 return new (Mem) CXXOperatorCallExpr(OpKind, Fn, Args, Ty, VK, OperatorLoc, in Create()
1498 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr() argument
1511 CXXDependentScopeMemberExprBits.OperatorLoc = OperatorLoc; in CXXDependentScopeMemberExpr()
1540 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create() argument
1555 Ctx, Base, BaseType, IsArrow, OperatorLoc, QualifierLoc, TemplateKWLoc, in Create()
[all …]
H A DExpr.cpp1653 SourceLocation OperatorLoc, in Create() argument
1661 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs, in Create()
1673 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() argument
1677 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi), in OffsetOfExpr()
1709 MemberExpr::MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in MemberExpr() argument
1730 MemberExprBits.OperatorLoc = OperatorLoc; in MemberExpr()
1750 const ASTContext &C, Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in Create() argument
1766 return new (Mem) MemberExpr(Base, IsArrow, OperatorLoc, QualifierLoc, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h96 SourceLocation OperatorLoc, FPOptionsOverride FPFeatures,
105 SourceLocation OperatorLoc, FPOptionsOverride FPFeatures,
2737 SourceLocation OperatorLoc; variable
2759 Expr *Base, bool isArrow, SourceLocation OperatorLoc,
2792 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
3865 SourceLocation OperatorLoc,
3878 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc,
3911 return CXXDependentScopeMemberExprBits.OperatorLoc; in getOperatorLoc()
4079 SourceLocation OperatorLoc; variable
4097 SourceLocation OperatorLoc,
[all …]
H A DExpr.h2526 SourceLocation OperatorLoc, RParenLoc; variable
2539 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
2550 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
2558 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
2559 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc()
2600 SourceLocation getBeginLoc() const LLVM_READONLY { return OperatorLoc; } in getBeginLoc()
3324 MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc,
3335 SourceLocation OperatorLoc,
3467 SourceLocation getOperatorLoc() const { return MemberExprBits.OperatorLoc; } in getOperatorLoc()
H A DStmt.h623 SourceLocation OperatorLoc;
1086 SourceLocation OperatorLoc;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1512 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId() argument
1516 StartLocation = OperatorLoc; in setOperatorFunctionId()
1517 EndLocation = OperatorLoc; in setOperatorFunctionId()
H A DTreeTransform.h2733 SourceLocation OperatorLoc,
2755 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() argument
2759 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components, in RebuildOffsetOfExpr()
3626 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() argument
3636 OperatorLoc, IsArrow, in RebuildCXXDependentScopeMemberExpr()
3648 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() argument
3659 OperatorLoc, IsArrow, in RebuildUnresolvedMemberExpr()
3677 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() argument
3682 return SizeOfPackExpr::Create(SemaRef.Context, OperatorLoc, Pack, PackLoc, in RebuildSizeOfPackExpr()
17568 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr() argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1130 void setOperatorFunctionId(SourceLocation OperatorLoc,
1142 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId() argument
1146 StartLocation = OperatorLoc; in setConversionFunctionId()
H A DSema.h1663 AccessResult CheckAllocationAccess(SourceLocation OperatorLoc,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1074 E->MemberExprBits.OperatorLoc = Record.readSourceLocation(); in VisitMemberExpr()
1975 E->OperatorLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()
2043 E->CXXDependentScopeMemberExprBits.OperatorLoc = readSourceLocation(); in VisitCXXDependentScopeMemberExpr()
2126 E->OperatorLoc = readSourceLocation(); in VisitUnresolvedMemberExpr()
2195 E->OperatorLoc = readSourceLocation(); in VisitSizeOfPackExpr()
H A DASTWriterStmt.cpp2200 Record.AddSourceLocation(E->OperatorLoc); in VisitSizeOfPackExpr()