OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGotoLoc
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp
655
CheckJump(GS, GS->getLabel()->getStmt(), GS->
getGotoLoc
(),
667
CheckJump(IGS, Target->getStmt(), IGS->
getGotoLoc
(),
988
S.Diag(GS->
getGotoLoc
(), diag::err_goto_ms_asm_label)
TreeTransform.h
7531
return getDerived().RebuildGotoStmt(S->
getGotoLoc
(), S->getLabelLoc(),
7547
return getDerived().RebuildIndirectGotoStmt(S->
getGotoLoc
(), S->getStarLoc(),
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
2592
SourceLocation
getGotoLoc
() const { return GotoStmtBits.GotoLoc; }
2597
SourceLocation getBeginLoc() const { return
getGotoLoc
(); }
2631
SourceLocation
getGotoLoc
() const { return GotoStmtBits.GotoLoc; }
2648
SourceLocation getBeginLoc() const { return
getGotoLoc
(); }
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
233
Record.AddSourceLocation(S->
getGotoLoc
());
240
Record.AddSourceLocation(S->
getGotoLoc
());
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
6309
auto ToGotoLoc = importChecked(Err, S->
getGotoLoc
());
6321
auto ToGotoLoc = importChecked(Err, S->
getGotoLoc
());
Completed in 81 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026