Searched refs:path_begin (Results 1 – 11 of 11) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 1557 const int* path_begin, const int* path_end, in FollowPath() argument 1561 if (path_begin == path_end) { in FollowPath() 1572 const FieldDescriptor* field = descriptor->FindFieldByNumber(*path_begin); in FollowPath() 1576 << *path_begin; in FollowPath() 1580 ++path_begin; in FollowPath() 1583 if (path_begin == path_end) { in FollowPath() 1591 int index = *path_begin++; in FollowPath() 1604 return FollowPath(child, path_begin, path_end, in FollowPath() 1606 } else if (path_begin == path_end) { in FollowPath() 1620 return FollowPath(child, path_begin, path_end, in FollowPath() [all …]
|
/external/clang/lib/CodeGen/ |
D | CGCXXABI.cpp | 279 E->path_begin(), in getMemberPointerAdjustment()
|
D | CGExpr.cpp | 432 Adjustment.DerivedToBase.BasePath->path_begin(), in EmitMaterializeTemporaryExpr() 849 CE->path_begin(), CE->path_end(), in EmitPointerWithAlignment() 3433 This, DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue() 3449 E->path_begin(), E->path_end(), in EmitCastLValue()
|
D | MicrosoftCXXABI.cpp | 3024 SrcTy, DstTy, E->getCastKind(), E->path_begin(), E->path_end(), Src, in EmitMemberPointerConversion() 3188 return EmitMemberPointerConversion(SrcTy, DstTy, CK, E->path_begin(), in EmitMemberPointerConversion()
|
D | CGExprScalar.cpp | 1427 CE->path_begin(), CE->path_end(), in VisitCastExpr()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | Store.cpp | 243 for (CastExpr::path_const_iterator I = Cast->path_begin(), in evalDerivedToBase()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 2774 path_iterator path_begin() { return path_buffer(); } in path_begin() function 2776 path_const_iterator path_begin() const { return path_buffer(); } in path_begin() function
|
/external/clang/lib/AST/ |
D | ASTDumper.cpp | 1745 for (CastExpr::path_const_iterator I = Node->path_begin(), in dumpBasePath()
|
D | ExprConstant.cpp | 1924 for (CastExpr::path_const_iterator PathI = E->path_begin(), in HandleLValueBasePath() 5217 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin()); in VisitCastExpr() 5233 for (CastExpr::path_const_iterator PathI = E->path_begin(), in VisitCastExpr() 5377 for (CastExpr::path_const_iterator PathI = E->path_begin(), in VisitCastExpr()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 624 PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI) in VisitCastExpr()
|
D | ASTReaderStmt.cpp | 668 CastExpr::path_iterator BaseI = E->path_begin(); in VisitCastExpr()
|