Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprCXX.cpp322 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()
DExpr.cpp1581 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/
DExprCXX.h2528 SourceLocation OperatorLoc; variable
3829 SourceLocation OperatorLoc; variable
4135 SourceLocation OperatorLoc; variable
4160 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
DStmt.h512 SourceLocation OperatorLoc; in alignas() local
856 SourceLocation OperatorLoc; in alignas() local
DExpr.h2434 SourceLocation OperatorLoc, RParenLoc; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DDeclSpec.cpp1442 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
DTreeTransform.h2494 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/
DDeclSpec.h1065 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()