Home
last modified time | relevance | path

Searched refs:PathE (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp3111 PathE = E->path_end(); in HandleLValueBasePath() local
3112 PathI != PathE; ++PathI) { in HandleLValueBasePath()
9743 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin()); in VisitCastExpr() local
9744 PathI != PathE; ++PathI) { in VisitCastExpr()
9760 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr() local
9915 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp15564 for (auto PathI = CE->path_begin(), PathE = CE->path_end(); PathI != PathE; in getDerivedToBaseAlignmentAndOffset() local