OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OMPArrayShapingExpr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprOpenMP.h
146
class
OMPArrayShapingExpr
final
148
private llvm::TrailingObjects<
OMPArrayShapingExpr
, Expr *, SourceRange> {
158
OMPArrayShapingExpr
(QualType ExprTy, Expr *Op, SourceLocation L,
162
explicit
OMPArrayShapingExpr
(EmptyShell Shell, unsigned NumDims)
184
static
OMPArrayShapingExpr
*Create(const ASTContext &Context, QualType T,
189
static
OMPArrayShapingExpr
*CreateEmpty(const ASTContext &Context,
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
4747
void
OMPArrayShapingExpr
::setDimensions(ArrayRef<Expr *> Dims) {
4754
void
OMPArrayShapingExpr
::setBracketsRanges(ArrayRef<SourceRange> BR) {
4761
OMPArrayShapingExpr
::
OMPArrayShapingExpr
(QualType ExprTy, Expr *Op,
4771
OMPArrayShapingExpr
*
4772
OMPArrayShapingExpr
::Create(const ASTContext &Context, QualType T, Expr *Op,
4780
alignof(
OMPArrayShapingExpr
));
4781
auto *E = new (Mem)
OMPArrayShapingExpr
(T, Op, L, R, Dims);
4786
OMPArrayShapingExpr
*
OMPArrayShapingExpr
::CreateEmpty(const ASTContext &Context
[
all
...]
Completed in 31 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026