Home
last modified time | relevance | path

Searched refs:OperatorLoc (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp321 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXPseudoDestructorExpr() argument
327 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXPseudoDestructorExpr()
539 SourceLocation OperatorLoc, in CXXOperatorCallExpr() argument
543 OperatorLoc, FPFeatures, /*MinNumArgs=*/0, UsesADL) {
560 ExprValueKind VK, SourceLocation OperatorLoc, in Create() argument
568 return new (Mem) CXXOperatorCallExpr(OpKind, Fn, Args, Ty, VK, OperatorLoc, in Create()
1363 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr() argument
1376 CXXDependentScopeMemberExprBits.OperatorLoc = OperatorLoc; in CXXDependentScopeMemberExpr()
1405 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create() argument
1420 Ctx, Base, BaseType, IsArrow, OperatorLoc, QualifierLoc, TemplateKWLoc, in Create()
[all …]
H A DExpr.cpp1515 SourceLocation OperatorLoc, in Create() argument
1523 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs, in Create()
1535 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() argument
1539 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi), in OffsetOfExpr()
1571 MemberExpr::MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in MemberExpr() argument
1585 MemberExprBits.OperatorLoc = OperatorLoc; in MemberExpr()
1590 const ASTContext &C, Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in Create() argument
1605 MemberExpr *E = new (Mem) MemberExpr(Base, IsArrow, OperatorLoc, MemberDecl, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h95 SourceLocation OperatorLoc, FPOptionsOverride FPFeatures,
104 SourceLocation OperatorLoc, FPOptionsOverride FPFeatures,
2528 SourceLocation OperatorLoc; variable
2550 Expr *Base, bool isArrow, SourceLocation OperatorLoc,
2583 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
3615 SourceLocation OperatorLoc,
3628 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc,
3661 return CXXDependentScopeMemberExprBits.OperatorLoc; in getOperatorLoc()
3829 SourceLocation OperatorLoc; variable
3847 SourceLocation OperatorLoc,
[all …]
H A DExpr.h2379 SourceLocation OperatorLoc, RParenLoc; variable
2392 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
2403 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
2411 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
2412 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc()
2458 SourceLocation getBeginLoc() const LLVM_READONLY { return OperatorLoc; } in getBeginLoc()
3129 MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc,
3138 SourceLocation OperatorLoc,
3270 SourceLocation getOperatorLoc() const { return MemberExprBits.OperatorLoc; } in getOperatorLoc()
H A DStmt.h512 SourceLocation OperatorLoc; variable
856 SourceLocation OperatorLoc; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp1442 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId() argument
1446 StartLocation = OperatorLoc; in setOperatorFunctionId()
1447 EndLocation = OperatorLoc; in setOperatorFunctionId()
H A DTreeTransform.h2451 SourceLocation OperatorLoc,
2473 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() argument
2477 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components, in RebuildOffsetOfExpr()
3269 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() argument
3279 OperatorLoc, IsArrow, in RebuildCXXDependentScopeMemberExpr()
3291 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() argument
3302 OperatorLoc, IsArrow, in RebuildUnresolvedMemberExpr()
3317 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, in RebuildSizeOfPackExpr() argument
3323 return SizeOfPackExpr::Create(SemaRef.Context, OperatorLoc, Pack, PackLoc, in RebuildSizeOfPackExpr()
14607 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1053 void setOperatorFunctionId(SourceLocation OperatorLoc,
1065 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId() argument
1069 StartLocation = OperatorLoc; in setConversionFunctionId()
H A DSema.h7248 AccessResult CheckAllocationAccess(SourceLocation OperatorLoc,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1034 E->MemberExprBits.OperatorLoc = Record.readSourceLocation(); in VisitMemberExpr()
1909 E->OperatorLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()
1966 E->CXXDependentScopeMemberExprBits.OperatorLoc = readSourceLocation(); in VisitCXXDependentScopeMemberExpr()
2045 E->OperatorLoc = readSourceLocation(); in VisitUnresolvedMemberExpr()
2107 E->OperatorLoc = readSourceLocation(); in VisitSizeOfPackExpr()
H A DASTWriterStmt.cpp2005 Record.AddSourceLocation(E->OperatorLoc); in VisitSizeOfPackExpr()