Searched defs:OperatorLoc (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 326 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXPseudoDestructorExpr() 544 SourceLocation OperatorLoc, in CXXOperatorCallExpr() 565 ExprValueKind VK, SourceLocation OperatorLoc, in Create() 1444 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr() 1486 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create() 1548 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in UnresolvedMemberExpr() 1588 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in Create() 1645 SourceLocation OperatorLoc, in Create()
|
| H A D | Expr.cpp | 1628 SourceLocation OperatorLoc, in Create() 1648 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() 1684 MemberExpr::MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in MemberExpr() 1703 const ASTContext &C, Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in Create()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 1470 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
|
| H A D | TreeTransform.h | 2695 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() 3528 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() 3550 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() 3576 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() 15392 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2612 SourceLocation OperatorLoc; variable 3920 SourceLocation OperatorLoc; variable 4226 SourceLocation OperatorLoc; variable 4251 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
|
| H A D | Stmt.h | 612 SourceLocation OperatorLoc; in alignas() local 1027 SourceLocation OperatorLoc; in alignas() local
|
| H A D | Expr.h | 2442 SourceLocation OperatorLoc, RParenLoc; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1104 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
|