Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp238 Expr *Base, bool isArrow, SourceLocation OperatorLoc, in CXXPseudoDestructorExpr() argument
271 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXPseudoDestructorExpr()
1187 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() argument
1203 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXDependentScopeMemberExpr()
1224 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() argument
1237 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXDependentScopeMemberExpr()
1244 SourceLocation OperatorLoc, in Create() argument
1252 IsArrow, OperatorLoc, in Create()
1263 IsArrow, OperatorLoc, in Create()
1321 SourceLocation OperatorLoc, in UnresolvedMemberExpr() argument
[all …]
DExpr.cpp1270 SourceLocation OperatorLoc, in Create() argument
1279 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs, in Create()
1292 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() argument
1300 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi), in OffsetOfExpr()
/external/clang/include/clang/AST/
DExprCXX.h1906 SourceLocation OperatorLoc; variable
1930 Expr *Base, bool isArrow, SourceLocation OperatorLoc,
1964 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
2928 SourceLocation OperatorLoc; variable
2961 SourceLocation OperatorLoc,
2971 SourceLocation OperatorLoc,
2978 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc,
3006 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
3184 SourceLocation OperatorLoc; variable
3188 SourceLocation OperatorLoc,
[all …]
DExpr.h1869 SourceLocation OperatorLoc, RParenLoc;
1878 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1889 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1897 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
1898 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc()
1944 SourceLocation getLocStart() const LLVM_READONLY { return OperatorLoc; } in getLocStart()
/external/clang/lib/Sema/
DDeclSpec.cpp1176 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId() argument
1180 StartLocation = OperatorLoc; in setOperatorFunctionId()
1181 EndLocation = OperatorLoc; in setOperatorFunctionId()
DTreeTransform.h1699 SourceLocation OperatorLoc,
1721 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() argument
1726 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components, in RebuildOffsetOfExpr()
2429 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() argument
2439 OperatorLoc, IsArrow, in RebuildCXXDependentScopeMemberExpr()
2451 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() argument
2462 OperatorLoc, IsArrow, in RebuildUnresolvedMemberExpr()
2477 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() argument
2483 OperatorLoc, Pack, PackLoc, in RebuildSizeOfPackExpr()
2487 OperatorLoc, Pack, PackLoc, in RebuildSizeOfPackExpr()
[all …]
/external/clang/include/clang/Sema/
DDeclSpec.h948 void setOperatorFunctionId(SourceLocation OperatorLoc,
960 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId() argument
964 StartLocation = OperatorLoc; in setConversionFunctionId()
DSema.h5062 AccessResult CheckAllocationAccess(SourceLocation OperatorLoc,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1384 E->OperatorLoc = ReadSourceLocation(Record, Idx); in VisitCXXPseudoDestructorExpr()
1419 E->OperatorLoc = ReadSourceLocation(Record, Idx); in VisitCXXDependentScopeMemberExpr()
1475 E->OperatorLoc = ReadSourceLocation(Record, Idx); in VisitUnresolvedMemberExpr()
1535 E->OperatorLoc = ReadSourceLocation(Record, Idx); in VisitSizeOfPackExpr()
DASTWriterStmt.cpp1531 Writer.AddSourceLocation(E->OperatorLoc, Record); in VisitSizeOfPackExpr()