Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp571 SmallVector<const Expr *, 4> CommaLHS; in BuildScopeInformation() local
574 MTE->getSubExpr()->skipRValueSubobjectAdjustments(CommaLHS, in BuildScopeInformation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp4716 for (const Expr *CommaLHS : CommaLHSs) { in VisitForTemporaryDtors() local
4717 VisitForTemporaryDtors(const_cast<Expr *>(CommaLHS), in VisitForTemporaryDtors()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h963 SmallVectorImpl<const Expr *> &CommaLHS,