| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 326 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 D | Expr.cpp | 1628 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 D | ExprCXX.h | 103 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 D | Expr.h | 2442 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 D | Stmt.h | 612 SourceLocation OperatorLoc; in alignas() local 1027 SourceLocation OperatorLoc; in alignas() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 1470 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId() argument 1474 StartLocation = OperatorLoc; in setOperatorFunctionId() 1475 EndLocation = OperatorLoc; in setOperatorFunctionId()
|
| H A D | TreeTransform.h | 2673 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 D | DeclSpec.h | 1092 void setOperatorFunctionId(SourceLocation OperatorLoc, 1104 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId() argument 1108 StartLocation = OperatorLoc; in setConversionFunctionId()
|
| H A D | Sema.h | 8058 AccessResult CheckAllocationAccess(SourceLocation OperatorLoc,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1055 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 D | ASTWriterStmt.cpp | 2143 Record.AddSourceLocation(E->OperatorLoc); in VisitSizeOfPackExpr()
|