Searched defs:OperatorLoc (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ExprCXX.cpp | 323 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXPseudoDestructorExpr() 541 SourceLocation OperatorLoc, in CXXOperatorCallExpr() 562 ExprValueKind VK, SourceLocation OperatorLoc, in Create() 1434 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr() 1476 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create() 1528 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in UnresolvedMemberExpr() 1568 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in Create() 1625 SourceLocation OperatorLoc, in Create()
|
H A D | Expr.cpp | 1640 SourceLocation OperatorLoc, in Create() 1660 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() 1696 MemberExpr::MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in MemberExpr() 1715 const ASTContext &C, Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in Create()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 1457 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
|
H A D | TreeTransform.h | 2638 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() 3444 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() 3466 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() 3492 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() 15162 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ExprCXX.h | 2603 SourceLocation OperatorLoc; variable 3902 SourceLocation OperatorLoc; variable 4208 SourceLocation OperatorLoc; variable 4233 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
|
H A D | Stmt.h | 520 SourceLocation OperatorLoc; variable 871 SourceLocation OperatorLoc; variable
|
H A D | Expr.h | 2458 SourceLocation OperatorLoc, RParenLoc; variable
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1088 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
|