Searched defs:QueueIdExprs (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenACC.cpp | 209 ArrayRef<Expr *> QueueIdExprs, SourceLocation RParenLoc, SourceLocation End, in Create()
|
| H A D | OpenACCClause.cpp | 287 Expr *DevNumExpr, SourceLocation QueuesLoc, ArrayRef<Expr *> QueueIdExprs, in Create()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenACC.h | 311 SmallVector<Expr *> QueueIdExprs; member
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenACC.h | 485 SourceLocation QueuesLoc, ArrayRef<Expr *> QueueIdExprs, in OpenACCWaitConstruct()
|
| H A D | OpenACCClause.h | 540 ArrayRef<Expr *> QueueIdExprs, SourceLocation EndLoc) in OpenACCWaitClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 6096 SmallVector<Expr *> QueueIdExprs; member
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 4220 Expr *DevNumExpr, SourceLocation QueuesLoc, ArrayRef<Expr *> QueueIdExprs, in RebuildOpenACCWaitConstruct() 12732 llvm::SmallVector<Expr *> QueueIdExprs; in TransformOpenACCWaitConstruct() local
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 12847 llvm::SmallVector<Expr *> QueueIdExprs = readOpenACCIntExprList(); in readOpenACCClause() local
|