Home
last modified time | relevance | path

Searched refs:ParenListExpr (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DComputeDependence.h88 class ParenListExpr; variable
176 ExprDependence computeDependence(ParenListExpr *E);
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DComputeDependence.h87 class ParenListExpr; variable
174 ExprDependence computeDependence(ParenListExpr *E);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DComputeDependence.h87 class ParenListExpr; variable
174 ExprDependence computeDependence(ParenListExpr *E);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DComputeDependence.h88 class ParenListExpr; variable
176 ExprDependence computeDependence(ParenListExpr *E);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DComputeDependence.h88 class ParenListExpr; variable
176 ExprDependence computeDependence(ParenListExpr *E);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DComputeDependence.h90 class ParenListExpr; variable
180 ExprDependence computeDependence(ParenListExpr *E);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DComputeDependence.h90 class ParenListExpr; variable
180 ExprDependence computeDependence(ParenListExpr *E);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DComputeDependence.h90 class ParenListExpr; variable
180 ExprDependence computeDependence(ParenListExpr *E);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h90 class ParenListExpr; variable
180 ExprDependence computeDependence(ParenListExpr *E);
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DComputeDependence.h90 class ParenListExpr; variable
180 ExprDependence computeDependence(ParenListExpr *E);
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DComputeDependence.h90 class ParenListExpr; variable
180 ExprDependence computeDependence(ParenListExpr *E);
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DExpr.cpp4025 ParenListExpr::ParenListExpr(SourceLocation LParenLoc, ArrayRef<Expr *> Exprs, in ParenListExpr() function in ParenListExpr
4046 ParenListExpr::ParenListExpr(EmptyShell Empty, unsigned NumExprs) in ParenListExpr() function in ParenListExpr
4051 ParenListExpr *ParenListExpr::Create(const ASTContext &Ctx, in Create()
4056 alignof(ParenListExpr)); in Create()
4057 return new (Mem) ParenListExpr(LParenLoc, Exprs, RParenLoc); in Create()
4060 ParenListExpr *ParenListExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty()
4063 Ctx.Allocate(totalSizeToAlloc<Stmt *>(NumExprs), alignof(ParenListExpr)); in CreateEmpty()
4064 return new (Mem) ParenListExpr(EmptyShell(), NumExprs); in CreateEmpty()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dsinglevalfields.cxx345 …astExpr>(parent) || isa<MemberExpr>(parent) || isa<ParenExpr>(parent) || isa<ParenListExpr>(parent) in walkPotentialAssign()
547 if (auto parenListExpr = dyn_cast<ParenListExpr>(arg)) in getExprValue()
H A Dinlinefields.cxx159 if (auto parentListExpr = dyn_cast<ParenListExpr>(e)) in VisitCXXConstructorDecl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dsinglevalfields.cxx327 …astExpr>(parent) || isa<MemberExpr>(parent) || isa<ParenExpr>(parent) || isa<ParenListExpr>(parent) in walkPotentialAssign()
529 if (auto parenListExpr = dyn_cast<ParenListExpr>(arg)) in getExprValue()
H A Dinlinefields.cxx159 if (auto parentListExpr = dyn_cast<ParenListExpr>(e)) in VisitCXXConstructorDecl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaFixItUtils.cpp86 isa<ParenListExpr>(Expr) || in tryToFixConversion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaFixItUtils.cpp86 isa<ParenListExpr>(Expr) || in tryToFixConversion()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp86 isa<ParenListExpr>(Expr) || in tryToFixConversion()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaFixItUtils.cpp86 isa<ParenListExpr>(Expr) || in tryToFixConversion()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaFixItUtils.cpp86 isa<ParenListExpr>(Expr) || in tryToFixConversion()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaFixItUtils.cpp86 isa<ParenListExpr>(Expr) || in tryToFixConversion()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaFixItUtils.cpp86 isa<ParenListExpr>(Expr) || in tryToFixConversion()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaFixItUtils.cpp86 isa<ParenListExpr>(Expr) || in tryToFixConversion()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaFixItUtils.cpp86 isa<ParenListExpr>(Expr) || in tryToFixConversion()

12345678910>>...21