Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp326 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXPseudoDestructorExpr() argument
332 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXPseudoDestructorExpr()
544 SourceLocation OperatorLoc, in CXXOperatorCallExpr() argument
548 OperatorLoc, FPFeatures, /*MinNumArgs=*/0, UsesADL) {
1444 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr() argument
1457 CXXDependentScopeMemberExprBits.OperatorLoc = OperatorLoc; in CXXDependentScopeMemberExpr()
1486 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create() argument
1548 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in UnresolvedMemberExpr() argument
1563 Base(Base), BaseType(BaseType), OperatorLoc(OperatorLoc) { in UnresolvedMemberExpr()
1588 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in Create() argument
[all …]
H A DExpr.cpp1628 SourceLocation OperatorLoc, in Create() argument
1636 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs, in Create()
1648 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() argument
1652 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi), in OffsetOfExpr()
1684 MemberExpr::MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in MemberExpr() argument
1698 MemberExprBits.OperatorLoc = OperatorLoc; in MemberExpr()
1703 const ASTContext &C, Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in Create() argument
1718 MemberExpr *E = new (Mem) MemberExpr(Base, IsArrow, OperatorLoc, MemberDecl, in Create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h103 SourceLocation OperatorLoc, FPOptionsOverride FPFeatures,
2612 SourceLocation OperatorLoc; variable
2667 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
3706 SourceLocation OperatorLoc,
3752 return CXXDependentScopeMemberExprBits.OperatorLoc; in getOperatorLoc()
3920 SourceLocation OperatorLoc; variable
3938 SourceLocation OperatorLoc,
4000 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
4226 SourceLocation OperatorLoc; variable
4256 OperatorLoc(OperatorLoc), PackLoc(PackLoc), RParenLoc(RParenLoc), in SizeOfPackExpr()
[all …]
H A DExpr.h2442 SourceLocation OperatorLoc, RParenLoc; variable
2455 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
2466 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
2474 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
2475 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc()
2521 SourceLocation getBeginLoc() const LLVM_READONLY { return OperatorLoc; } in getBeginLoc()
3196 MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc,
3205 SourceLocation OperatorLoc,
3337 SourceLocation getOperatorLoc() const { return MemberExprBits.OperatorLoc; } in getOperatorLoc()
H A DStmt.h612 SourceLocation OperatorLoc; in alignas() local
1027 SourceLocation OperatorLoc; in alignas() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1470 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId() argument
1474 StartLocation = OperatorLoc; in setOperatorFunctionId()
1475 EndLocation = OperatorLoc; in setOperatorFunctionId()
H A DTreeTransform.h2673 SourceLocation OperatorLoc,
2695 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() argument
2699 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components, in RebuildOffsetOfExpr()
3528 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() argument
3538 OperatorLoc, IsArrow, in RebuildCXXDependentScopeMemberExpr()
3550 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() argument
3561 OperatorLoc, IsArrow, in RebuildUnresolvedMemberExpr()
3576 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() argument
3581 return SizeOfPackExpr::Create(SemaRef.Context, OperatorLoc, Pack, PackLoc, in RebuildSizeOfPackExpr()
15407 Base, OperatorLoc, isArrow ? tok::arrow : tok::period, SS, ScopeType, in RebuildCXXPseudoDestructorExpr()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1092 void setOperatorFunctionId(SourceLocation OperatorLoc,
1104 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId() argument
1108 StartLocation = OperatorLoc; in setConversionFunctionId()
H A DSema.h8058 AccessResult CheckAllocationAccess(SourceLocation OperatorLoc,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1055 E->MemberExprBits.OperatorLoc = Record.readSourceLocation(); in VisitMemberExpr()
1947 E->OperatorLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()
2015 E->CXXDependentScopeMemberExprBits.OperatorLoc = readSourceLocation(); in VisitCXXDependentScopeMemberExpr()
2098 E->OperatorLoc = readSourceLocation(); in VisitUnresolvedMemberExpr()
2162 E->OperatorLoc = readSourceLocation(); in VisitSizeOfPackExpr()
H A DASTWriterStmt.cpp2143 Record.AddSourceLocation(E->OperatorLoc); in VisitSizeOfPackExpr()