Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp3094 PathE = E->path_end(); in HandleLValueBasePath() local
9589 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin()); in VisitCastExpr() local
9606 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr() local
9761 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr() local
/netbsd-src/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() local