Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp373 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 DExpr.cpp1658 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 DDeclSpec.cpp1504 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
H A DTreeTransform.h2722 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 DExprCXX.h2628 SourceLocation OperatorLoc; variable
3957 SourceLocation OperatorLoc; variable
4263 SourceLocation OperatorLoc; variable
4288 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
H A DExpr.h2476 SourceLocation OperatorLoc, RParenLoc; variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1140 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()