Home
last modified time | relevance | path

Searched refs:CommaLHS (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp576 SmallVector<const Expr *, 4> CommaLHS; in BuildScopeInformation() local
579 MTE->getSubExpr()->skipRValueSubobjectAdjustments(CommaLHS, in BuildScopeInformation()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp4994 for (const Expr *CommaLHS : CommaLHSs) { in VisitForTemporaryDtors() local
4995 VisitForTemporaryDtors(const_cast<Expr *>(CommaLHS), in VisitForTemporaryDtors()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h984 SmallVectorImpl<const Expr *> &CommaLHS,