Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp179 Expr *Base, bool isArrow, SourceLocation OperatorLoc, in CXXPseudoDestructorExpr() argument
210 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXPseudoDestructorExpr()
1106 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() argument
1121 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXDependentScopeMemberExpr()
1142 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() argument
1155 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXDependentScopeMemberExpr()
1162 SourceLocation OperatorLoc, in Create() argument
1170 IsArrow, OperatorLoc, in Create()
1181 IsArrow, OperatorLoc, in Create()
1244 SourceLocation OperatorLoc, in UnresolvedMemberExpr() argument
[all …]
DExpr.cpp1231 SourceLocation OperatorLoc, in Create() argument
1240 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs, in Create()
1253 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() argument
1261 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi), in OffsetOfExpr()
/external/clang/include/clang/AST/
DExprCXX.h1991 SourceLocation OperatorLoc; variable
2015 Expr *Base, bool isArrow, SourceLocation OperatorLoc,
2049 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
3132 SourceLocation OperatorLoc; variable
3165 SourceLocation OperatorLoc,
3176 SourceLocation OperatorLoc,
3184 SourceLocation OperatorLoc,
3214 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
3392 SourceLocation OperatorLoc; variable
3396 SourceLocation OperatorLoc,
[all …]
DExpr.h1847 SourceLocation OperatorLoc, RParenLoc;
1856 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1867 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1875 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
1876 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc()
1922 SourceLocation getLocStart() const LLVM_READONLY { return OperatorLoc; } in getLocStart()
/external/clang/lib/Sema/
DDeclSpec.cpp1084 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId() argument
1088 StartLocation = OperatorLoc; in setOperatorFunctionId()
1089 EndLocation = OperatorLoc; in setOperatorFunctionId()
DTreeTransform.h1505 SourceLocation OperatorLoc,
1527 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() argument
1532 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components, in RebuildOffsetOfExpr()
2261 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() argument
2271 OperatorLoc, IsArrow, in RebuildCXXDependentScopeMemberExpr()
2283 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() argument
2294 OperatorLoc, IsArrow, in RebuildUnresolvedMemberExpr()
2309 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() argument
2315 OperatorLoc, Pack, PackLoc, in RebuildSizeOfPackExpr()
2319 OperatorLoc, Pack, PackLoc, in RebuildSizeOfPackExpr()
[all …]
/external/clang/include/clang/Sema/
DDeclSpec.h932 void setOperatorFunctionId(SourceLocation OperatorLoc,
944 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId() argument
948 StartLocation = OperatorLoc; in setConversionFunctionId()
DSema.h4816 AccessResult CheckAllocationAccess(SourceLocation OperatorLoc,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1377 E->OperatorLoc = ReadSourceLocation(Record, Idx); in VisitCXXPseudoDestructorExpr()
1412 E->OperatorLoc = ReadSourceLocation(Record, Idx); in VisitCXXDependentScopeMemberExpr()
1468 E->OperatorLoc = ReadSourceLocation(Record, Idx); in VisitUnresolvedMemberExpr()
1546 E->OperatorLoc = ReadSourceLocation(Record, Idx); in VisitSizeOfPackExpr()
DASTWriterStmt.cpp1543 Writer.AddSourceLocation(E->OperatorLoc, Record); in VisitSizeOfPackExpr()