Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp322 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXPseudoDestructorExpr() argument
328 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXPseudoDestructorExpr()
540 SourceLocation OperatorLoc, in CXXOperatorCallExpr() argument
544 OperatorLoc, FPFeatures, /*MinNumArgs=*/0, UsesADL) {
1364 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr() argument
1377 CXXDependentScopeMemberExprBits.OperatorLoc = OperatorLoc; in CXXDependentScopeMemberExpr()
1406 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create() argument
1458 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in UnresolvedMemberExpr() argument
1473 Base(Base), BaseType(BaseType), OperatorLoc(OperatorLoc) { in UnresolvedMemberExpr()
1498 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in Create() argument
[all …]
H A DExpr.cpp1581 SourceLocation OperatorLoc, in Create() argument
1589 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs, in Create()
1601 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() argument
1605 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi), in OffsetOfExpr()
1637 MemberExpr::MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in MemberExpr() argument
1651 MemberExprBits.OperatorLoc = OperatorLoc; in MemberExpr()
1656 const ASTContext &C, Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in Create() argument
1671 MemberExpr *E = new (Mem) MemberExpr(Base, IsArrow, OperatorLoc, MemberDecl, in Create()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h104 SourceLocation OperatorLoc, FPOptionsOverride FPFeatures,
2528 SourceLocation OperatorLoc; variable
2583 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
3615 SourceLocation OperatorLoc,
3661 return CXXDependentScopeMemberExprBits.OperatorLoc; in getOperatorLoc()
3829 SourceLocation OperatorLoc; variable
3847 SourceLocation OperatorLoc,
3909 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
4135 SourceLocation OperatorLoc; variable
4165 OperatorLoc(OperatorLoc), PackLoc(PackLoc), RParenLoc(RParenLoc), in SizeOfPackExpr()
[all …]
H A DExpr.h2434 SourceLocation OperatorLoc, RParenLoc; variable
2447 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
2458 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
2466 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
2467 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc()
2513 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.h512 SourceLocation OperatorLoc; in alignas() local
856 SourceLocation OperatorLoc; in alignas() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1442 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId() argument
1446 StartLocation = OperatorLoc; in setOperatorFunctionId()
1447 EndLocation = OperatorLoc; in setOperatorFunctionId()
H A DTreeTransform.h2472 SourceLocation OperatorLoc,
2494 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() argument
2498 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components, in RebuildOffsetOfExpr()
3290 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() argument
3300 OperatorLoc, IsArrow, in RebuildCXXDependentScopeMemberExpr()
3312 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() argument
3323 OperatorLoc, IsArrow, in RebuildUnresolvedMemberExpr()
3338 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, in RebuildSizeOfPackExpr() argument
3344 return SizeOfPackExpr::Create(SemaRef.Context, OperatorLoc, Pack, PackLoc, in RebuildSizeOfPackExpr()
14691 Base, OperatorLoc, isArrow ? tok::arrow : tok::period, SS, ScopeType, in RebuildCXXPseudoDestructorExpr()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1053 void setOperatorFunctionId(SourceLocation OperatorLoc,
1065 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId() argument
1069 StartLocation = OperatorLoc; in setConversionFunctionId()
H A DSema.h7318 AccessResult CheckAllocationAccess(SourceLocation OperatorLoc,
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1044 E->MemberExprBits.OperatorLoc = Record.readSourceLocation(); in VisitMemberExpr()
1919 E->OperatorLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()
1976 E->CXXDependentScopeMemberExprBits.OperatorLoc = readSourceLocation(); in VisitCXXDependentScopeMemberExpr()
2055 E->OperatorLoc = readSourceLocation(); in VisitUnresolvedMemberExpr()
2117 E->OperatorLoc = readSourceLocation(); in VisitSizeOfPackExpr()
H A DASTWriterStmt.cpp2016 Record.AddSourceLocation(E->OperatorLoc); in VisitSizeOfPackExpr()