Searched defs:QueueIdExprs (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenACC.h | 73 SmallVector<Expr *> QueueIdExprs; global() member
|
/llvm-project/clang/include/clang/AST/ |
H A D | OpenACCClause.h | 418 OpenACCWaitClause(SourceLocation BeginLoc,SourceLocation LParenLoc,Expr * DevNumExpr,SourceLocation QueuesLoc,ArrayRef<Expr * > QueueIdExprs,SourceLocation EndLoc) OpenACCWaitClause() argument
|
/llvm-project/clang/lib/AST/ |
H A D | OpenACCClause.cpp | 180 Create(const ASTContext & C,SourceLocation BeginLoc,SourceLocation LParenLoc,Expr * DevNumExpr,SourceLocation QueuesLoc,ArrayRef<Expr * > QueueIdExprs,SourceLocation EndLoc) Create() argument
|
/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3690 SmallVector<Expr *> QueueIdExprs; global() member
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 12008 llvm::SmallVector<Expr *> QueueIdExprs = readOpenACCIntExprList(); readOpenACCClause() local
|