OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IfLoc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Token.h
317
SourceLocation
IfLoc
;
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp
1339
SourceLocation
IfLoc
= ConsumeToken(); // eat the 'if'.
1376
if (ParseParenExprOrCondition(&InitStmt, Cond,
IfLoc
,
1408
MisleadingIndentationChecker MIChecker(*this, MSK_if,
IfLoc
);
1492
return Actions.ActOnIfStmt(
IfLoc
, IsConstexpr, LParen, InitStmt.get(), Cond,
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp
503
SourceLocation
IfLoc
= CurLoc;
529
return std::make_unique<IfExprAST>(
IfLoc
, std::move(Cond), std::move(Then),
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
176
SourceLocation
IfLoc
;
2066
SourceLocation getIfLoc() const { return IfStmtBits.
IfLoc
; }
2067
void setIfLoc(SourceLocation
IfLoc
) { IfStmtBits.
IfLoc
=
IfLoc
; }
Completed in 32 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026