OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MisleadingIndentationElseLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp
1252
if (!P.
MisleadingIndentationElseLoc
.isInvalid()) {
1253
StmtLoc = P.
MisleadingIndentationElseLoc
;
1254
P.
MisleadingIndentationElseLoc
= SourceLocation();
1257
P.
MisleadingIndentationElseLoc
= SL;
1303
(Kind == MSK_else && P.
MisleadingIndentationElseLoc
.isInvalid())) {
1304
P.
MisleadingIndentationElseLoc
= SourceLocation();
1308
P.
MisleadingIndentationElseLoc
= SourceLocation();
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
1227
SourceLocation
MisleadingIndentationElseLoc
;
Completed in 37 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026