Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h72 SourceLocation QueuesLoc; global() member
368 setWaitDetails(Expr * DevNum,SourceLocation QueuesLoc,llvm::SmallVector<Expr * > && IntExprs) setWaitDetails() argument
/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h415 SourceLocation QueuesLoc; global() variable
417 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.h3689 SourceLocation QueuesLoc; global() member
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12007 SourceLocation QueuesLoc = readSourceLocation(); readOpenACCClause() local