OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SemiLoc
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp
37
SourceLocation
SemiLoc
= S->getSemiLoc();
38
if (
SemiLoc
.isInvalid() ||
SemiLoc
.isMacroID())
46
MacroLocs,
SemiLoc
, BeforeThanCompare<SourceLocation>(SM));
52
if (AfterMacroLoc ==
SemiLoc
)
56
if (!SM.isInSameSLocAddrSpace(AfterMacroLoc,
SemiLoc
, &RelOffs))
69
return AfterMacroSemiLoc ==
SemiLoc
;
Transforms.cpp
120
SourceLocation
SemiLoc
= findSemiAfterLocation(loc, Ctx, IsDecl);
121
if (
SemiLoc
.isInvalid())
123
return
SemiLoc
.getLocWithOffset(1);
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
RAIIObjectsForParser.h
451
SourceLocation
SemiLoc
= P.ConsumeToken();
452
P.Diag(
SemiLoc
, diag::err_unexpected_semi)
453
<< Close << FixItHint::CreateRemoval(SourceRange(
SemiLoc
,
SemiLoc
));
/src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp
1175
SourceLocation
SemiLoc
= Suffix.back().getLocation();
1176
if (
SemiLoc
.isMacroID())
1177
Diag(
SemiLoc
, diag::err_header_import_semi_in_macro);
1188
/*HashLoc*/ SourceLocation(), ImportTok, Suffix.front(),
SemiLoc
);
1198
Suffix.back().setLocation(
SemiLoc
);
1199
Suffix.back().setAnnotationEndLoc(
SemiLoc
);
1256
SourceLocation
SemiLoc
= Result.getLocation();
1265
SemiLoc
= Suffix.back().getLocation();
1292
makeModuleVisible(Imported,
SemiLoc
);
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExprCXX.cpp
1992
SourceLocation
SemiLoc
= Tok.getLocation();
1993
if (!Tok.hasLeadingEmptyMacro() && !
SemiLoc
.isMacroID()) {
1994
Diag(
SemiLoc
, diag::warn_empty_init_statement)
1996
<< FixItHint::CreateRemoval(
SemiLoc
);
1999
*InitStmt = Actions.ActOnNullStmt(
SemiLoc
);
ParseStmt.cpp
1838
SourceLocation
SemiLoc
= Tok.getLocation();
1839
if (!Tok.hasLeadingEmptyMacro() && !
SemiLoc
.isMacroID())
1840
EmptyInitStmtSemiLoc =
SemiLoc
;
Parser.cpp
2309
SourceLocation
SemiLoc
= ConsumeToken();
2312
<< SourceRange(StartLoc,
SemiLoc
);
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.cpp
2944
SMLoc
SemiLoc
= Lex.getLoc();
2946
PrintError(
SemiLoc
, "A class or def body should not end with a semicolon");
3538
SMLoc
SemiLoc
= Lex.getLoc();
3540
PrintError(
SemiLoc
, "A multiclass body should not end with a semicolon");
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
121
SourceLocation
SemiLoc
;
1374
SourceLocation getSemiLoc() const { return NullStmtBits.
SemiLoc
; }
1375
void setSemiLoc(SourceLocation L) { NullStmtBits.
SemiLoc
= L; }
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
68
StmtResult Sema::ActOnNullStmt(SourceLocation
SemiLoc
,
70
return new (Context) NullStmt(
SemiLoc
, HasLeadingEmptyMacro);
SemaDeclCXX.cpp
15896
SourceLocation
SemiLoc
) {
15897
Decl *ED = EmptyDecl::Create(Context, CurContext,
SemiLoc
);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
2851
SourceLocation
SemiLoc
);
4603
StmtResult ActOnNullStmt(SourceLocation
SemiLoc
,
Completed in 53 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026