Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp176 Expr *Base, bool isArrow, SourceLocation OperatorLoc, in CXXPseudoDestructorExpr() argument
208 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXPseudoDestructorExpr()
1081 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() argument
1096 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXDependentScopeMemberExpr()
1117 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() argument
1130 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXDependentScopeMemberExpr()
1137 SourceLocation OperatorLoc, in Create() argument
1145 IsArrow, OperatorLoc, in Create()
1156 IsArrow, OperatorLoc, in Create()
1219 SourceLocation OperatorLoc, in UnresolvedMemberExpr() argument
[all …]
DExpr.cpp1215 SourceLocation OperatorLoc, in Create() argument
1224 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs, in Create()
1237 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() argument
1245 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi), in OffsetOfExpr()
/external/clang/include/clang/AST/
DExprCXX.h1792 SourceLocation OperatorLoc; variable
1816 Expr *Base, bool isArrow, SourceLocation OperatorLoc,
1850 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
2928 SourceLocation OperatorLoc; variable
2960 SourceLocation OperatorLoc,
2971 SourceLocation OperatorLoc,
2979 SourceLocation OperatorLoc,
3009 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
3183 SourceLocation OperatorLoc; variable
3187 SourceLocation OperatorLoc,
[all …]
DExpr.h1836 SourceLocation OperatorLoc, RParenLoc;
1845 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1856 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1864 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc()
1865 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc()
1911 SourceLocation getLocStart() const LLVM_READONLY { return OperatorLoc; } in getLocStart()
/external/clang/lib/Sema/
DDeclSpec.cpp988 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId() argument
992 StartLocation = OperatorLoc; in setOperatorFunctionId()
993 EndLocation = OperatorLoc; in setOperatorFunctionId()
DTreeTransform.h1426 SourceLocation OperatorLoc,
1448 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() argument
1453 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components, in RebuildOffsetOfExpr()
2173 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() argument
2183 OperatorLoc, IsArrow, in RebuildCXXDependentScopeMemberExpr()
2195 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() argument
2206 OperatorLoc, IsArrow, in RebuildUnresolvedMemberExpr()
2221 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() argument
2227 OperatorLoc, Pack, PackLoc, in RebuildSizeOfPackExpr()
2231 OperatorLoc, Pack, PackLoc, in RebuildSizeOfPackExpr()
[all …]
/external/clang/include/clang/Sema/
DDeclSpec.h915 void setOperatorFunctionId(SourceLocation OperatorLoc,
927 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId() argument
931 StartLocation = OperatorLoc; in setConversionFunctionId()
DSema.h4652 AccessResult CheckAllocationAccess(SourceLocation OperatorLoc,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1278 E->OperatorLoc = ReadSourceLocation(Record, Idx); in VisitCXXPseudoDestructorExpr()
1313 E->OperatorLoc = ReadSourceLocation(Record, Idx); in VisitCXXDependentScopeMemberExpr()
1369 E->OperatorLoc = ReadSourceLocation(Record, Idx); in VisitUnresolvedMemberExpr()
1447 E->OperatorLoc = ReadSourceLocation(Record, Idx); in VisitSizeOfPackExpr()
DASTWriterStmt.cpp1461 Writer.AddSourceLocation(E->OperatorLoc, Record); in VisitSizeOfPackExpr()