Searched defs:QueuesLoc (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenACC.h | 72 SourceLocation QueuesLoc; global() member 368 setWaitDetails(Expr * DevNum,SourceLocation QueuesLoc,llvm::SmallVector<Expr * > && IntExprs) setWaitDetails() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | OpenACCClause.h | 415 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 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 | 3689 SourceLocation QueuesLoc; global() member
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 12007 SourceLocation QueuesLoc = readSourceLocation(); readOpenACCClause() local
|