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() 1494 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr() 1536 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create() 1598 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in UnresolvedMemberExpr() 1638 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in Create() 1695 SourceLocation OperatorLoc, in Create()
|
H A D | Expr.cpp | 1658 SourceLocation OperatorLoc, in Create() 1678 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() 1714 MemberExpr::MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in MemberExpr() 1755 const ASTContext &C, Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 1504 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
|
H A D | TreeTransform.h | 2722 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() 3579 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() 3601 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() 3627 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() 16431 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 2628 SourceLocation OperatorLoc; variable 3957 SourceLocation OperatorLoc; variable 4263 SourceLocation OperatorLoc; variable 4288 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
|
H A D | Expr.h | 2476 SourceLocation OperatorLoc, RParenLoc; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1140 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
|