Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h310 SourceLocation QueuesLoc; member
717 void setWaitDetails(Expr *DevNum, SourceLocation QueuesLoc, in setWaitDetails()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h461 SourceLocation QueuesLoc; variable
485 SourceLocation QueuesLoc, ArrayRef<Expr *> QueueIdExprs, in OpenACCWaitConstruct()
H A DOpenACCClause.h537 SourceLocation QueuesLoc; variable
539 Expr *DevNumExpr, SourceLocation QueuesLoc, in OpenACCWaitClause()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp208 SourceLocation LParenLoc, Expr *DevNumExpr, SourceLocation QueuesLoc, in Create()
H A DOpenACCClause.cpp287 Expr *DevNumExpr, SourceLocation QueuesLoc, ArrayRef<Expr *> QueueIdExprs, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h6095 SourceLocation QueuesLoc; member
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12846 SourceLocation QueuesLoc = readSourceLocation(); in readOpenACCClause() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h4220 Expr *DevNumExpr, SourceLocation QueuesLoc, ArrayRef<Expr *> QueueIdExprs, in RebuildOpenACCWaitConstruct()