Home
last modified time | relevance | path

Searched defs:LPKindLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp517 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,ArrayRef<Expr * > VL,ArrayRef<Expr * > SrcExprs,ArrayRef<Expr * > DstExprs,ArrayRef<Expr * > AssignmentOps,OpenMPLastprivateModifier LPKind,SourceLocation LPKindLoc,SourceLocation ColonLoc,Stmt * PreInit,Expr * PostUpdate) Create() argument
/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2920 SourceLocation LPKindLoc; global() variable
2932 OMPLastprivateClause(SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,OpenMPLastprivateModifier LPKind,SourceLocation LPKindLoc,SourceLocation ColonLoc,unsigned N) OMPLastprivateClause() argument
/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1865 RebuildOMPLastprivateClause(ArrayRef<Expr * > VarList,OpenMPLastprivateModifier LPKind,SourceLocation LPKindLoc,SourceLocation ColonLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) RebuildOMPLastprivateClause() argument
H A DSemaOpenMP.cpp18023 ActOnOpenMPLastprivateClause(ArrayRef<Expr * > VarList,OpenMPLastprivateModifier LPKind,SourceLocation LPKindLoc,SourceLocation ColonLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) ActOnOpenMPLastprivateClause() argument