OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IteratorKwLoc
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprOpenMP.h
312
SourceLocation
IteratorKwLoc
;
320
OMPIteratorExpr(QualType ExprTy, SourceLocation
IteratorKwLoc
,
358
SourceLocation
IteratorKwLoc
, SourceLocation L,
372
SourceLocation getIteratorKwLoc() const { return
IteratorKwLoc
; }
373
void setIteratorKwLoc(SourceLocation L) {
IteratorKwLoc
= L; }
374
SourceLocation getBeginLoc() const LLVM_READONLY { return
IteratorKwLoc
; }
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
4883
QualType ExprTy, SourceLocation
IteratorKwLoc
, SourceLocation L,
4887
IteratorKwLoc
(
IteratorKwLoc
), LPLoc(L), RPLoc(R),
4902
SourceLocation
IteratorKwLoc
, SourceLocation L,
4914
return new (Mem) OMPIteratorExpr(T,
IteratorKwLoc
, L, R, Data, Helpers);
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp
3614
SourceLocation
IteratorKwLoc
= ConsumeToken();
3712
return Actions.ActOnOMPIteratorExpr(getCurScope(),
IteratorKwLoc
, LLoc, RLoc,
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
2565
SourceLocation
IteratorKwLoc
, SourceLocation LLoc, SourceLocation RLoc,
2567
return getSema().ActOnOMPIteratorExpr(/*Scope=*/nullptr,
IteratorKwLoc
,
SemaExpr.cpp
5147
ExprResult Sema::ActOnOMPIteratorExpr(Scope *S, SourceLocation
IteratorKwLoc
,
5429
return OMPIteratorExpr::Create(Context, Context.OMPIteratorTy,
IteratorKwLoc
,
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
5286
ExprResult ActOnOMPIteratorExpr(Scope *S, SourceLocation
IteratorKwLoc
,
Completed in 61 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026