Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3182 PathE = E->path_end(); in HandleLValueBasePath() local
3183 PathI != PathE; ++PathI) { in HandleLValueBasePath()
10154 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin()); in VisitCastExpr() local
10155 PathI != PathE; ++PathI) { in VisitCastExpr()
10171 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr() local
10329 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12802 for (auto PathI = CE->path_begin(), PathE = CE->path_end(); PathI != PathE; in getDerivedToBaseAlignmentAndOffset() local