Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h73 SmallVector<Expr *> QueueIdExprs; global() member
/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h418 OpenACCWaitClause(SourceLocation BeginLoc,SourceLocation LParenLoc,Expr * DevNumExpr,SourceLocation QueuesLoc,ArrayRef<Expr * > QueueIdExprs,SourceLocation EndLoc) OpenACCWaitClause() argument
/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp180 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 DParser.h3690 SmallVector<Expr *> QueueIdExprs; global() member
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12008 llvm::SmallVector<Expr *> QueueIdExprs = readOpenACCIntExprList(); readOpenACCClause() local