Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.cpp250 E->path_begin(), in getMemberPointerAdjustment()
H A DCGExpr.cpp589 Adjustment.DerivedToBase.BasePath->path_begin(), in EmitMaterializeTemporaryExpr()
1149 CE->path_begin(), CE->path_end(), in EmitPointerWithAlignment()
4702 This, DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
4721 LV.getAddress(*this), DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
H A DMicrosoftCXXABI.cpp3206 SrcTy, DstTy, E->getCastKind(), E->path_begin(), E->path_end(), Src, in EmitMemberPointerConversion()
3371 return EmitMemberPointerConversion(SrcTy, DstTy, CK, E->path_begin(), in EmitMemberPointerConversion()
H A DCGExprScalar.cpp2133 CE->path_begin(), CE->path_end(), in VisitCastExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp257 for (CastExpr::path_const_iterator I = Cast->path_begin(), in evalDerivedToBase()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3470 path_iterator path_begin() { return path_buffer(); } in path_begin() function
3472 path_const_iterator path_begin() const { return path_buffer(); } in path_begin() function
3476 return llvm::make_range(path_begin(), path_end()); in path()
3479 return llvm::make_range(path_begin(), path_end()); in path()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp327 for (auto I = C->path_begin(), E = C->path_end(); I != E; ++I) { in createCastPath()
H A DTextNodeDumper.cpp884 for (CastExpr::path_const_iterator I = Node->path_begin(), in dumpBasePath()
H A DExprConstant.cpp3093 for (CastExpr::path_const_iterator PathI = E->path_begin(), in HandleLValueBasePath()
9589 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin()); in VisitCastExpr()
9605 for (CastExpr::path_const_iterator PathI = E->path_begin(), in VisitCastExpr()
9760 for (CastExpr::path_const_iterator PathI = E->path_begin(), in VisitCastExpr()
H A DASTImporter.cpp7086 for (auto I = CE->path_begin(), E = CE->path_end(); I != E; ++I) { in ImportCastPath()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp955 PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI) in VisitCastExpr()
H A DASTReaderStmt.cpp1091 CastExpr::path_iterator BaseI = E->path_begin(); in VisitCastExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp14208 for (auto PathI = CE->path_begin(), PathE = CE->path_end(); PathI != PathE; in getDerivedToBaseAlignmentAndOffset()