OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OMPLastprivateClause
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
2503
class
OMPLastprivateClause
final
2504
: public OMPVarListClause<
OMPLastprivateClause
>,
2506
private llvm::TrailingObjects<
OMPLastprivateClause
, Expr *> {
2540
OMPLastprivateClause
(SourceLocation StartLoc, SourceLocation LParenLoc,
2544
: OMPVarListClause<
OMPLastprivateClause
>(llvm::omp::OMPC_lastprivate,
2552
explicit
OMPLastprivateClause
(unsigned N)
2553
: OMPVarListClause<
OMPLastprivateClause
>(
2643
static
OMPLastprivateClause
*
2654
static
OMPLastprivateClause
*CreateEmpty(const ASTContext &C, unsigned N);
2718
auto Children = const_cast<
OMPLastprivateClause
*>(this)->children()
[
all
...]
OpenMPClause.h
2503
class
OMPLastprivateClause
final
2504
: public OMPVarListClause<
OMPLastprivateClause
>,
2506
private llvm::TrailingObjects<
OMPLastprivateClause
, Expr *> {
2540
OMPLastprivateClause
(SourceLocation StartLoc, SourceLocation LParenLoc,
2544
: OMPVarListClause<
OMPLastprivateClause
>(llvm::omp::OMPC_lastprivate,
2552
explicit
OMPLastprivateClause
(unsigned N)
2553
: OMPVarListClause<
OMPLastprivateClause
>(
2643
static
OMPLastprivateClause
*
2654
static
OMPLastprivateClause
*CreateEmpty(const ASTContext &C, unsigned N);
2718
auto Children = const_cast<
OMPLastprivateClause
*>(this)->children()
[
all
...]
Completed in 45 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026