Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp2001 PathE = E->path_end(); in HandleLValueBasePath() local
5373 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin()); in VisitCastExpr() local
5390 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr() local
5541 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr() local
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp3089 PathE = E->path_end(); in HandleLValueBasePath() local
9578 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin()); in VisitCastExpr() local
9595 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr() local
9750 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr() local
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp13939 for (auto PathI = CE->path_begin(), PathE = CE->path_end(); PathI != PathE; in getDerivedToBaseAlignmentAndOffset() local