Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3094 PathE = E->path_end(); in HandleLValueBasePath() local
3095 PathI != PathE; ++PathI) { in HandleLValueBasePath()
9612 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin()); in VisitCastExpr() local
9613 PathI != PathE; ++PathI) { in VisitCastExpr()
9629 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr() local
9784 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14480 for (auto PathI = CE->path_begin(), PathE = CE->path_end(); PathI != PathE; in getDerivedToBaseAlignmentAndOffset() local