Searched defs:OperatorLoc (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 373 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXPseudoDestructorExpr() 594 SourceLocation OperatorLoc, in CXXOperatorCallExpr() 615 ExprValueKind VK, SourceLocation OperatorLoc, in Create() 1498 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr() 1540 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create() 1602 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in UnresolvedMemberExpr() 1642 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in Create() 1699 SourceLocation OperatorLoc, in Create()
|
| H A D | Expr.cpp | 1653 SourceLocation OperatorLoc, in Create() 1673 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() 1709 MemberExpr::MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in MemberExpr() 1750 const ASTContext &C, Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 1512 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
|
| H A D | TreeTransform.h | 2755 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() 3626 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() 3648 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() 3677 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() 17568 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2737 SourceLocation OperatorLoc; variable 4079 SourceLocation OperatorLoc; variable 4385 SourceLocation OperatorLoc; variable 4410 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
|
| H A D | Expr.h | 2526 SourceLocation OperatorLoc, RParenLoc; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1142 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
|