Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DPosixReturnCheck.cpp65 SourceLocation OperatorLoc = LessThanZeroOp->getOperatorLoc(); in check() local
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp322 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXPseudoDestructorExpr()
540 SourceLocation OperatorLoc, in CXXOperatorCallExpr()
561 ExprValueKind VK, SourceLocation OperatorLoc, in Create()
1368 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr()
1410 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create()
1462 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in UnresolvedMemberExpr()
1502 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in Create()
1559 SizeOfPackExpr::Create(ASTContext &Context, SourceLocation OperatorLoc, in Create()
H A DExpr.cpp1557 SourceLocation OperatorLoc, in Create()
1577 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr()
1613 MemberExpr::MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in MemberExpr()
1632 const ASTContext &C, Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in Create()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DMakeSmartPtrCheck.cpp216 SourceLocation OperatorLoc = Expr->getOperatorLoc(); in checkReset() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h2545 SourceLocation OperatorLoc; variable
3846 SourceLocation OperatorLoc; variable
4152 SourceLocation OperatorLoc; variable
4177 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
H A DStmt.h515 SourceLocation OperatorLoc; in alignas() local
859 SourceLocation OperatorLoc; in alignas() local
H A DExpr.h2447 SourceLocation OperatorLoc, RParenLoc; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp1450 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
H A DTreeTransform.h2549 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr()
3352 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr()
3374 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr()
3400 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, in RebuildSizeOfPackExpr()
14974 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp1280 SourceLocation OperatorLoc = NegateOperator->getOperatorLoc(); in check() local
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1066 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()