Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp323 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 DExpr.cpp1640 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 DExprCXX.h94 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 DExpr.h2458 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 DStmt.h520 SourceLocation OperatorLoc; variable
871 SourceLocation OperatorLoc; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp1457 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId() argument
1461 StartLocation = OperatorLoc; in setOperatorFunctionId()
1462 EndLocation = OperatorLoc; in setOperatorFunctionId()
H A DTreeTransform.h2616 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 DDeclSpec.h1076 void setOperatorFunctionId(SourceLocation OperatorLoc,
1088 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId() argument
1092 StartLocation = OperatorLoc; in setConversionFunctionId()
H A DSema.h7862 AccessResult CheckAllocationAccess(SourceLocation OperatorLoc,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1035 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 DASTWriterStmt.cpp2018 Record.AddSourceLocation(E->OperatorLoc); in VisitSizeOfPackExpr()