Home
last modified time | relevance | path

Searched refs:path_begin (Results 1 – 11 of 11) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc1557 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/
DCGCXXABI.cpp279 E->path_begin(), in getMemberPointerAdjustment()
DCGExpr.cpp432 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()
DMicrosoftCXXABI.cpp3024 SrcTy, DstTy, E->getCastKind(), E->path_begin(), E->path_end(), Src, in EmitMemberPointerConversion()
3188 return EmitMemberPointerConversion(SrcTy, DstTy, CK, E->path_begin(), in EmitMemberPointerConversion()
DCGExprScalar.cpp1427 CE->path_begin(), CE->path_end(), in VisitCastExpr()
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp243 for (CastExpr::path_const_iterator I = Cast->path_begin(), in evalDerivedToBase()
/external/clang/include/clang/AST/
DExpr.h2774 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/
DASTDumper.cpp1745 for (CastExpr::path_const_iterator I = Node->path_begin(), in dumpBasePath()
DExprConstant.cpp1924 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/
DASTWriterStmt.cpp624 PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI) in VisitCastExpr()
DASTReaderStmt.cpp668 CastExpr::path_iterator BaseI = E->path_begin(); in VisitCastExpr()