/external/clang/lib/AST/ |
D | ExprCXX.cpp | 238 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 …]
|
D | Expr.cpp | 1270 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/ |
D | ExprCXX.h | 1906 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 …]
|
D | Expr.h | 1869 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/ |
D | DeclSpec.cpp | 1176 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId() argument 1180 StartLocation = OperatorLoc; in setOperatorFunctionId() 1181 EndLocation = OperatorLoc; in setOperatorFunctionId()
|
D | TreeTransform.h | 1699 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/ |
D | DeclSpec.h | 948 void setOperatorFunctionId(SourceLocation OperatorLoc, 960 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId() argument 964 StartLocation = OperatorLoc; in setConversionFunctionId()
|
D | Sema.h | 5062 AccessResult CheckAllocationAccess(SourceLocation OperatorLoc,
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1384 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()
|
D | ASTWriterStmt.cpp | 1531 Writer.AddSourceLocation(E->OperatorLoc, Record); in VisitSizeOfPackExpr()
|