OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForLoc
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtObjC.cpp
27
ForLoc
= FCL;
StmtCXX.cpp
53
: Stmt(CXXForRangeStmtClass),
ForLoc
(FL), CoawaitLoc(CAL), ColonLoc(CL),
Stmt.cpp
1016
ForStmtBits.
ForLoc
= FL;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtObjC.h
26
SourceLocation
ForLoc
;
52
SourceLocation getForLoc() const { return
ForLoc
; }
53
void setForLoc(SourceLocation Loc) {
ForLoc
= Loc; }
57
SourceLocation getBeginLoc() const LLVM_READONLY { return
ForLoc
; }
StmtCXX.h
135
SourceLocation
ForLoc
;
201
SourceLocation getForLoc() const { return
ForLoc
; }
206
SourceLocation getBeginLoc() const LLVM_READONLY { return
ForLoc
; }
Stmt.h
227
SourceLocation
ForLoc
;
2551
SourceLocation getForLoc() const { return ForStmtBits.
ForLoc
; }
2552
void setForLoc(SourceLocation L) { ForStmtBits.
ForLoc
= L; }
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
2093
StmtResult Sema::ActOnForStmt(SourceLocation
ForLoc
, SourceLocation LParenLoc,
2148
Body,
ForLoc
, LParenLoc, RParenLoc);
2169
Sema::CheckObjCForCollectionOperand(SourceLocation
forLoc
, Expr *collection) {
2192
return Diag(
forLoc
, diag::err_collection_expr_type)
2204
? RequireCompleteType(
forLoc
, QualType(objectType, 0),
2206
: !isCompleteType(
forLoc
, QualType(objectType, 0)))) {
2232
Diag(
forLoc
, diag::warn_collection_expr_type)
2244
Sema::ActOnObjCForCollectionStmt(SourceLocation
ForLoc
,
2250
CheckObjCForCollectionOperand(
ForLoc
, collection);
2303
Diag(
ForLoc
, diag::err_selector_element_const_type
[
all
...]
TreeTransform.h
1377
StmtResult RebuildForStmt(SourceLocation
ForLoc
, SourceLocation LParenLoc,
1381
return getSema().ActOnForStmt(
ForLoc
, LParenLoc, Init, Cond,
2276
StmtResult RebuildObjCForCollectionStmt(SourceLocation
ForLoc
,
2281
StmtResult ForEachStmt = getSema().ActOnObjCForCollectionStmt(
ForLoc
,
2331
StmtResult RebuildCXXForRangeStmt(SourceLocation
ForLoc
,
2355
return getSema().ActOnObjCForCollectionStmt(
ForLoc
, LoopVar,
2362
return getSema().BuildCXXForRangeStmt(
ForLoc
, CoawaitLoc, Init, ColonLoc,
SemaOpenMP.cpp
8463
void Sema::ActOnOpenMPLoopInitialization(SourceLocation
ForLoc
, Stmt *Init) {
8471
*DSAStack,
ForLoc
);
8493
ForLoc
, /*RefersToCapture=*/true));
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp
1773
SourceLocation
ForLoc
= ConsumeToken(); // eat the 'for'.
1968
ParseCXXCondition(nullptr,
ForLoc
, Sema::ConditionKind::Boolean,
1995
Actions.ActOnCondition(getCurScope(),
ForLoc
, SecondExpr.get(),
2047
getCurScope(),
ForLoc
, CoawaitLoc, FirstPart.get(),
2054
ForEachStmt = Actions.ActOnObjCForCollectionStmt(
ForLoc
,
2062
Actions.ActOnOpenMPLoopInitialization(
ForLoc
, FirstPart.get());
2087
MisleadingIndentationChecker MIChecker(*this, MSK_for,
ForLoc
);
2111
return Actions.ActOnForStmt(
ForLoc
, T.getOpenLocation(), FirstPart.get(),
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
4683
StmtResult ActOnForStmt(SourceLocation
ForLoc
,
4690
ExprResult CheckObjCForCollectionOperand(SourceLocation
forLoc
,
4708
StmtResult ActOnCXXForRangeStmt(Scope *S, SourceLocation
ForLoc
,
4715
StmtResult BuildCXXForRangeStmt(SourceLocation
ForLoc
,
10342
void ActOnOpenMPLoopInitialization(SourceLocation
ForLoc
, Stmt *Init);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
1654
S->
ForLoc
= readSourceLocation();
Completed in 79 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026