| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 235 Expr *Base, bool isArrow, SourceLocation OperatorLoc, in CXXPseudoDestructorExpr() argument 268 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXPseudoDestructorExpr() 1196 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() argument 1212 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXDependentScopeMemberExpr() 1233 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() argument 1246 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc), in CXXDependentScopeMemberExpr() 1253 SourceLocation OperatorLoc, in Create() argument 1261 IsArrow, OperatorLoc, in Create() 1272 IsArrow, OperatorLoc, in Create() 1330 SourceLocation OperatorLoc, in UnresolvedMemberExpr() argument [all …]
|
| H A D | Expr.cpp | 1308 SourceLocation OperatorLoc, in Create() argument 1317 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs, in Create() 1330 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() argument 1338 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi), in OffsetOfExpr()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 1936 SourceLocation OperatorLoc; variable 1960 Expr *Base, bool isArrow, SourceLocation OperatorLoc, 1994 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() 2959 SourceLocation OperatorLoc; variable 2992 SourceLocation OperatorLoc, 3002 SourceLocation OperatorLoc, 3009 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, 3037 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() 3215 SourceLocation OperatorLoc; variable 3219 SourceLocation OperatorLoc, [all …]
|
| H A D | Expr.h | 1881 SourceLocation OperatorLoc, RParenLoc; 1890 SourceLocation OperatorLoc, TypeSourceInfo *tsi, 1901 SourceLocation OperatorLoc, TypeSourceInfo *tsi, 1909 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() 1910 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() 1956 SourceLocation getLocStart() const LLVM_READONLY { return OperatorLoc; } in getLocStart()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 1200 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId() argument 1204 StartLocation = OperatorLoc; in setOperatorFunctionId() 1205 EndLocation = OperatorLoc; in setOperatorFunctionId()
|
| H A D | TreeTransform.h | 1758 SourceLocation OperatorLoc, 1780 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() argument 1785 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components, in RebuildOffsetOfExpr() 2490 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() argument 2500 OperatorLoc, IsArrow, in RebuildCXXDependentScopeMemberExpr() 2512 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() argument 2523 OperatorLoc, IsArrow, in RebuildUnresolvedMemberExpr() 2538 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() argument 2544 OperatorLoc, Pack, PackLoc, in RebuildSizeOfPackExpr() 2548 OperatorLoc, Pack, PackLoc, in RebuildSizeOfPackExpr() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 965 void setOperatorFunctionId(SourceLocation OperatorLoc, 977 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId() argument 981 StartLocation = OperatorLoc; in setConversionFunctionId()
|
| H A D | Sema.h | 5243 AccessResult CheckAllocationAccess(SourceLocation OperatorLoc,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1386 E->OperatorLoc = ReadSourceLocation(Record, Idx); in VisitCXXPseudoDestructorExpr() 1421 E->OperatorLoc = ReadSourceLocation(Record, Idx); in VisitCXXDependentScopeMemberExpr() 1477 E->OperatorLoc = ReadSourceLocation(Record, Idx); in VisitUnresolvedMemberExpr() 1537 E->OperatorLoc = ReadSourceLocation(Record, Idx); in VisitSizeOfPackExpr()
|
| H A D | ASTWriterStmt.cpp | 1537 Writer.AddSourceLocation(E->OperatorLoc, Record); in VisitSizeOfPackExpr()
|