Searched refs:path_end (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGCXXABI.cpp | 266 E->path_end()); in getMemberPointerAdjustment()
|
| HD | CGExpr.cpp | 416 Adjustment.DerivedToBase.BasePath->path_end(), in EmitMaterializeTemporaryExpr() 3023 This, DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue() 3039 E->path_begin(), E->path_end(), in EmitCastLValue()
|
| HD | CGExprScalar.cpp | 1426 CE->path_begin(), CE->path_end(), in VisitCastExpr() 1450 Visit(E), DerivedClassDecl, CE->path_begin(), CE->path_end(), in VisitCastExpr()
|
| HD | MicrosoftCXXABI.cpp | 2949 SrcTy, DstTy, E->getCastKind(), E->path_begin(), E->path_end(), Src, in EmitMemberPointerConversion() 3113 E->path_end(), Src); in EmitMemberPointerConversion()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | Store.cpp | 244 E = Cast->path_end(); in evalDerivedToBase()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Expr.h | 2730 path_iterator path_end() { return path_buffer() + path_size(); } in path_end() function 2732 path_const_iterator path_end() const { return path_buffer() + path_size(); } in path_end() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTDumper.cpp | 1736 E = Node->path_end(); in dumpBasePath()
|
| HD | ExprConstant.cpp | 1841 PathE = E->path_end(); in HandleLValueBasePath() 5098 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin()); in VisitCastExpr() 5115 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr() 5256 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | ClangASTType.cpp | 4087 clang::CXXBasePaths::const_paths_iterator path, path_end = paths.end(); in GetIndexOfChildMemberWithName() local 4088 for (path = paths.begin(); path != path_end; ++path) in GetIndexOfChildMemberWithName()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTWriterStmt.cpp | 594 PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI) in VisitCastExpr()
|
| /NextBSD/contrib/libstdc++/include/ext/ |
| D | rope | 1052 int _M_leaf_index; // Last valid __pos in path_end;
|