Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp518 SmallVector<const Expr *, 4> CommaLHS; in BuildScopeInformation() local
522 CommaLHS, Adjustments); in BuildScopeInformation()
/external/llvm-project/clang/lib/Sema/
DJumpDiagnostics.cpp562 SmallVector<const Expr *, 4> CommaLHS; in BuildScopeInformation() local
565 MTE->getSubExpr()->skipRValueSubobjectAdjustments(CommaLHS, in BuildScopeInformation()
/external/clang/lib/Analysis/
DCFG.cpp3694 for (const Expr *CommaLHS : CommaLHSs) { in VisitForTemporaryDtors() local
3695 VisitForTemporaryDtors(const_cast<Expr *>(CommaLHS), in VisitForTemporaryDtors()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp4710 for (const Expr *CommaLHS : CommaLHSs) { in VisitForTemporaryDtors() local
4711 VisitForTemporaryDtors(const_cast<Expr *>(CommaLHS), in VisitForTemporaryDtors()
/external/clang/include/clang/AST/
DExpr.h830 SmallVectorImpl<const Expr *> &CommaLHS,
/external/llvm-project/clang/include/clang/AST/
DExpr.h963 SmallVectorImpl<const Expr *> &CommaLHS,