| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 323 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXPseudoDestructorExpr() argument 329 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXPseudoDestructorExpr() 541 SourceLocation OperatorLoc, in CXXOperatorCallExpr() argument 545 OperatorLoc, FPFeatures, /*MinNumArgs=*/0, UsesADL) { 562 ExprValueKind VK, SourceLocation OperatorLoc, in Create() argument 570 return new (Mem) CXXOperatorCallExpr(OpKind, Fn, Args, Ty, VK, OperatorLoc, in Create() 1434 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr() argument 1447 CXXDependentScopeMemberExprBits.OperatorLoc = OperatorLoc; in CXXDependentScopeMemberExpr() 1476 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create() argument 1491 Ctx, Base, BaseType, IsArrow, OperatorLoc, QualifierLoc, TemplateKWLoc, in Create() [all …]
|
| H A D | Expr.cpp | 1640 SourceLocation OperatorLoc, in Create() argument 1648 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs, in Create() 1660 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() argument 1664 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi), in OffsetOfExpr() 1696 MemberExpr::MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in MemberExpr() argument 1710 MemberExprBits.OperatorLoc = OperatorLoc; in MemberExpr() 1715 const ASTContext &C, Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in Create() argument 1730 MemberExpr *E = new (Mem) MemberExpr(Base, IsArrow, OperatorLoc, MemberDecl, in Create()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 94 SourceLocation OperatorLoc, FPOptionsOverride FPFeatures, 103 SourceLocation OperatorLoc, FPOptionsOverride FPFeatures, 2603 SourceLocation OperatorLoc; variable 2625 Expr *Base, bool isArrow, SourceLocation OperatorLoc, 2658 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() 3688 SourceLocation OperatorLoc, 3701 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, 3734 return CXXDependentScopeMemberExprBits.OperatorLoc; in getOperatorLoc() 3902 SourceLocation OperatorLoc; variable 3920 SourceLocation OperatorLoc, [all …]
|
| H A D | Expr.h | 2458 SourceLocation OperatorLoc, RParenLoc; variable 2471 SourceLocation OperatorLoc, TypeSourceInfo *tsi, 2482 SourceLocation OperatorLoc, TypeSourceInfo *tsi, 2490 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() 2491 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() 2537 SourceLocation getBeginLoc() const LLVM_READONLY { return OperatorLoc; } in getBeginLoc() 3212 MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc, 3221 SourceLocation OperatorLoc, 3353 SourceLocation getOperatorLoc() const { return MemberExprBits.OperatorLoc; } in getOperatorLoc()
|
| H A D | Stmt.h | 520 SourceLocation OperatorLoc; variable 871 SourceLocation OperatorLoc; variable
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 1457 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId() argument 1461 StartLocation = OperatorLoc; in setOperatorFunctionId() 1462 EndLocation = OperatorLoc; in setOperatorFunctionId()
|
| H A D | TreeTransform.h | 2616 SourceLocation OperatorLoc, 2638 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() argument 2642 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components, in RebuildOffsetOfExpr() 3444 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() argument 3454 OperatorLoc, IsArrow, in RebuildCXXDependentScopeMemberExpr() 3466 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() argument 3477 OperatorLoc, IsArrow, in RebuildUnresolvedMemberExpr() 3492 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() argument 3497 return SizeOfPackExpr::Create(SemaRef.Context, OperatorLoc, Pack, PackLoc, in RebuildSizeOfPackExpr() 15162 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr() argument [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1076 void setOperatorFunctionId(SourceLocation OperatorLoc, 1088 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId() argument 1092 StartLocation = OperatorLoc; in setConversionFunctionId()
|
| H A D | Sema.h | 7862 AccessResult CheckAllocationAccess(SourceLocation OperatorLoc,
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1035 E->MemberExprBits.OperatorLoc = Record.readSourceLocation(); in VisitMemberExpr() 1916 E->OperatorLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr() 1973 E->CXXDependentScopeMemberExprBits.OperatorLoc = readSourceLocation(); in VisitCXXDependentScopeMemberExpr() 2052 E->OperatorLoc = readSourceLocation(); in VisitUnresolvedMemberExpr() 2114 E->OperatorLoc = readSourceLocation(); in VisitSizeOfPackExpr()
|
| H A D | ASTWriterStmt.cpp | 2018 Record.AddSourceLocation(E->OperatorLoc); in VisitSizeOfPackExpr()
|