| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 256 Expr *Base, bool isArrow, SourceLocation OperatorLoc, in CXXPseudoDestructorExpr() argument 286 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXPseudoDestructorExpr() 539 SourceLocation OperatorLoc, in CXXOperatorCallExpr() argument 543 OperatorLoc, /*MinNumArgs=*/0, UsesADL) { 1303 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr() argument 1320 CXXDependentScopeMemberExprBits.OperatorLoc = OperatorLoc; in CXXDependentScopeMemberExpr() 1352 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create() argument 1404 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in UnresolvedMemberExpr() argument 1419 Base(Base), BaseType(BaseType), OperatorLoc(OperatorLoc) { in UnresolvedMemberExpr() 1444 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in Create() argument [all …]
|
| H A D | Expr.cpp | 1448 SourceLocation OperatorLoc, in Create() argument 1456 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs, in Create() 1468 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() argument 1476 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi), in OffsetOfExpr() 1540 const ASTContext &C, Expr *base, bool isarrow, SourceLocation OperatorLoc, in Create() argument 1559 MemberExpr(base, isarrow, OperatorLoc, memberdecl, nameinfo, ty, vk, ok); in Create()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 100 SourceLocation OperatorLoc, FPOptions FPFeatures, 2297 SourceLocation OperatorLoc; variable 2352 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() 3349 SourceLocation OperatorLoc, 3395 return CXXDependentScopeMemberExprBits.OperatorLoc; in getOperatorLoc() 3557 SourceLocation OperatorLoc; variable 3575 SourceLocation OperatorLoc, 3637 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() 3852 SourceLocation OperatorLoc; variable 3884 OperatorLoc(OperatorLoc), PackLoc(PackLoc), RParenLoc(RParenLoc), in SizeOfPackExpr() [all …]
|
| H A D | Expr.h | 2120 SourceLocation OperatorLoc, RParenLoc; variable 2133 SourceLocation OperatorLoc, TypeSourceInfo *tsi, 2144 SourceLocation OperatorLoc, TypeSourceInfo *tsi, 2152 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() 2153 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() 2199 SourceLocation getBeginLoc() const LLVM_READONLY { return OperatorLoc; } in getBeginLoc() 2741 MemberExprBits.OperatorLoc = operatorloc; in MemberExpr() 2759 MemberExprBits.OperatorLoc = operatorloc; in MemberExpr() 2763 SourceLocation OperatorLoc, 2877 SourceLocation getOperatorLoc() const { return MemberExprBits.OperatorLoc; } in getOperatorLoc()
|
| H A D | Stmt.h | 473 SourceLocation OperatorLoc; in alignas() local 772 SourceLocation OperatorLoc; in alignas() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 1332 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId() argument 1336 StartLocation = OperatorLoc; in setOperatorFunctionId() 1337 EndLocation = OperatorLoc; in setOperatorFunctionId()
|
| H A D | TreeTransform.h | 2144 SourceLocation OperatorLoc, 2166 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() argument 2170 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components, in RebuildOffsetOfExpr() 2889 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() argument 2899 OperatorLoc, IsArrow, in RebuildCXXDependentScopeMemberExpr() 2911 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() argument 2922 OperatorLoc, IsArrow, in RebuildUnresolvedMemberExpr() 2937 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, in RebuildSizeOfPackExpr() argument 2943 return SizeOfPackExpr::Create(SemaRef.Context, OperatorLoc, Pack, PackLoc, in RebuildSizeOfPackExpr() 12824 Base, OperatorLoc, isArrow ? tok::arrow : tok::period, SS, ScopeType, in RebuildCXXPseudoDestructorExpr() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1038 void setOperatorFunctionId(SourceLocation OperatorLoc, 1050 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId() argument 1054 StartLocation = OperatorLoc; in setConversionFunctionId()
|
| H A D | Sema.h | 6055 AccessResult CheckAllocationAccess(SourceLocation OperatorLoc,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1561 E->OperatorLoc = ReadSourceLocation(); in VisitCXXPseudoDestructorExpr() 1610 E->CXXDependentScopeMemberExprBits.OperatorLoc = ReadSourceLocation(); in VisitCXXDependentScopeMemberExpr() 1689 E->OperatorLoc = ReadSourceLocation(); in VisitUnresolvedMemberExpr() 1751 E->OperatorLoc = ReadSourceLocation(); in VisitSizeOfPackExpr() 2569 SourceLocation OperatorLoc = Record.readSourceLocation(); in ReadStmtFromStream() local 2571 S = MemberExpr::Create(Context, Base, IsArrow, OperatorLoc, QualifierLoc, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1716 Record.AddSourceLocation(E->OperatorLoc); in VisitSizeOfPackExpr()
|