OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AssociatedStmt
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/AST/
StmtOpenMP.cpp
59
ArrayRef<OMPClause *> Clauses, Stmt *
AssociatedStmt
, bool HasCancel) {
67
Dir->setAssociatedStmt(
AssociatedStmt
);
85
ArrayRef<OMPClause *> Clauses, Stmt *
AssociatedStmt
,
95
Dir->setAssociatedStmt(
AssociatedStmt
);
126
ArrayRef<OMPClause *> Clauses, Stmt *
AssociatedStmt
,
136
Dir->setAssociatedStmt(
AssociatedStmt
);
175
ArrayRef<OMPClause *> Clauses, Stmt *
AssociatedStmt
,
185
Dir->setAssociatedStmt(
AssociatedStmt
);
222
ArrayRef<OMPClause *> Clauses, Stmt *
AssociatedStmt
, bool HasCancel) {
230
Dir->setAssociatedStmt(
AssociatedStmt
);
[
all
...]
/external/clang/include/clang/AST/
StmtOpenMP.h
268
/// \param
AssociatedStmt
Statement associated with the directive.
273
ArrayRef<OMPClause *> Clauses, Stmt *
AssociatedStmt
, bool HasCancel);
740
/// \param
AssociatedStmt
Statement, associated with the directive.
746
Stmt *
AssociatedStmt
,
813
/// \param
AssociatedStmt
Statement, associated with the directive.
820
Stmt *
AssociatedStmt
, const HelperExprs &Exprs,
[
all
...]
/external/clang/lib/Parse/
ParseOpenMP.cpp
310
StmtResult
AssociatedStmt
;
317
AssociatedStmt
= ParseStatement();
319
AssociatedStmt
= Actions.ActOnOpenMPRegionEnd(
AssociatedStmt
, Clauses);
322
DKind, DirName, CancelRegion, Clauses,
AssociatedStmt
.get(), Loc,
[
all
...]
/external/clang/lib/Sema/
TreeTransform.h
[
all
...]
Completed in 192 milliseconds