Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3154 PathE = E->path_end(); HandleLValueBasePath() local
10053 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin()); VisitCastExpr() local
10070 PathE = E->path_end(); PathI != PathE; ++PathI) { VisitCastExpr() local
10228 PathE = E->path_end(); PathI != PathE; ++PathI) { VisitCastExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp17704 for (auto PathI = CE->path_begin(), PathE = CE->path_end(); PathI != PathE; getDerivedToBaseAlignmentAndOffset() local