Home
last modified time | relevance | path

Searched defs:QueueIdExprs (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp209 ArrayRef<Expr *> QueueIdExprs, SourceLocation RParenLoc, SourceLocation End, in Create()
H A DOpenACCClause.cpp287 Expr *DevNumExpr, SourceLocation QueuesLoc, ArrayRef<Expr *> QueueIdExprs, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h311 SmallVector<Expr *> QueueIdExprs; member
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h485 SourceLocation QueuesLoc, ArrayRef<Expr *> QueueIdExprs, in OpenACCWaitConstruct()
H A DOpenACCClause.h540 ArrayRef<Expr *> QueueIdExprs, SourceLocation EndLoc) in OpenACCWaitClause()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h6096 SmallVector<Expr *> QueueIdExprs; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h4220 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 DASTReader.cpp12847 llvm::SmallVector<Expr *> QueueIdExprs = readOpenACCIntExprList(); in readOpenACCClause() local