Searched defs:IntExprs (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenACC.h | 369 return std::get<IntExprDetails>(Details).IntExprs; in setWaitDetails() argument 61 SmallVector<Expr *> IntExprs; global() member 273 setIntExprDetails(ArrayRef<Expr * > IntExprs) setIntExprDetails() argument 281 setIntExprDetails(llvm::SmallVector<Expr * > && IntExprs) setIntExprDetails() argument [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 678 ParseOpenACCIntExprList(OpenACCDirectiveKind DK,OpenACCClauseKind CK,SourceLocation Loc,llvm::SmallVectorImpl<Expr * > & IntExprs) ParseOpenACCIntExprList() argument 998 llvm::SmallVector<Expr *> IntExprs; ParseOpenACCClauseParams() local [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | OpenACCClause.h | 459 OpenACCNumGangsClause(SourceLocation BeginLoc,SourceLocation LParenLoc,ArrayRef<Expr * > IntExprs,SourceLocation EndLoc) OpenACCNumGangsClause() argument
|
/llvm-project/clang/lib/AST/ |
H A D | OpenACCClause.cpp | 193 Create(const ASTContext & C,SourceLocation BeginLoc,SourceLocation LParenLoc,ArrayRef<Expr * > IntExprs,SourceLocation EndLoc) Create() argument [all...] |
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 11909 llvm::SmallVector<Expr *> IntExprs; readOpenACCClause() local
|