Searched defs:LPKindLoc (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 517 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, in Create() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 2880 SourceLocation LPKindLoc; global() variable 2892 OMPLastprivateClause(SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,OpenMPLastprivateModifier LPKind,SourceLocation LPKindLoc,SourceLocation ColonLoc,unsigned N) OMPLastprivateClause() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 1841 RebuildOMPLastprivateClause(ArrayRef<Expr * > VarList,OpenMPLastprivateModifier LPKind,SourceLocation LPKindLoc,SourceLocation ColonLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) RebuildOMPLastprivateClause() argument
|
H A D | SemaOpenMP.cpp | 18739 ActOnOpenMPLastprivateClause(ArrayRef<Expr * > VarList,OpenMPLastprivateModifier LPKind,SourceLocation LPKindLoc,SourceLocation ColonLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) ActOnOpenMPLastprivateClause() argument
|