Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCXXABI.cpp266 E->path_end()); in getMemberPointerAdjustment()
HDCGExpr.cpp416 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()
HDCGExprScalar.cpp1426 CE->path_begin(), CE->path_end(), in VisitCastExpr()
1450 Visit(E), DerivedClassDecl, CE->path_begin(), CE->path_end(), in VisitCastExpr()
HDMicrosoftCXXABI.cpp2949 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/
HDStore.cpp244 E = Cast->path_end(); in evalDerivedToBase()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h2730 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/
HDASTDumper.cpp1736 E = Node->path_end(); in dumpBasePath()
HDExprConstant.cpp1841 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/
HDClangASTType.cpp4087 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/
HDASTWriterStmt.cpp594 PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI) in VisitCastExpr()
/NextBSD/contrib/libstdc++/include/ext/
Drope1052 int _M_leaf_index; // Last valid __pos in path_end;