OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IteratorKwLoc
(Results
1 - 2
of
2
) 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/Parse/
ParseOpenMP.cpp
3614
SourceLocation
IteratorKwLoc
= ConsumeToken();
3712
return Actions.ActOnOMPIteratorExpr(getCurScope(),
IteratorKwLoc
, LLoc, RLoc,
Completed in 19 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026