Searched defs:OperatorLoc (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | ExprCXX.cpp | 322 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXPseudoDestructorExpr() 540 SourceLocation OperatorLoc, in CXXOperatorCallExpr() 561 ExprValueKind VK, SourceLocation OperatorLoc, in Create() 1364 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr() 1406 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create() 1458 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in UnresolvedMemberExpr() 1498 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in Create() 1555 SizeOfPackExpr::Create(ASTContext &Context, SourceLocation OperatorLoc, in Create()
|
| D | Expr.cpp | 1581 SourceLocation OperatorLoc, in Create() 1601 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() 1637 MemberExpr::MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in MemberExpr() 1656 const ASTContext &C, Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in Create()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | ExprCXX.h | 2528 SourceLocation OperatorLoc; variable 3829 SourceLocation OperatorLoc; variable 4135 SourceLocation OperatorLoc; variable 4160 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
|
| D | Stmt.h | 512 SourceLocation OperatorLoc; in alignas() local 856 SourceLocation OperatorLoc; in alignas() local
|
| D | Expr.h | 2434 SourceLocation OperatorLoc, RParenLoc; variable
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | DeclSpec.cpp | 1442 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
|
| D | TreeTransform.h | 2494 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() 3290 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() 3312 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() 3338 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, in RebuildSizeOfPackExpr() 14676 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | DeclSpec.h | 1065 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
|