Searched refs:getGotoLoc (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 584 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps() 596 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(), in VerifyJumps() 646 S.Diag(IndirectJumps[0]->getGotoLoc(), in VerifyIndirectJumps() 780 S.Diag(Jump->getGotoLoc(), diag::err_indirect_goto_in_protected_scope); in DiagnoseIndirectJumpStmt() 825 S.Diag(Jump->getGotoLoc(), in DiagnoseIndirectJump() 900 S.Diag(GS->getGotoLoc(), diag::err_goto_ms_asm_label) in CheckGotoStmt()
|
D | TreeTransform.h | 6450 return getDerived().RebuildGotoStmt(S->getGotoLoc(), S->getLabelLoc(), in TransformGotoStmt() 6466 return getDerived().RebuildIndirectGotoStmt(S->getGotoLoc(), S->getStarLoc(), in TransformIndirectGotoStmt()
|
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | AvoidGotoCheck.cpp | 46 diag(Goto->getGotoLoc(), "avoid using 'goto' for flow control") in check()
|
/external/llvm-project/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 637 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps() 649 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(), in VerifyJumps() 967 S.Diag(GS->getGotoLoc(), diag::err_goto_ms_asm_label) in CheckGotoStmt()
|
D | TreeTransform.h | 7440 return getDerived().RebuildGotoStmt(S->getGotoLoc(), S->getLabelLoc(), in TransformGotoStmt() 7456 return getDerived().RebuildIndirectGotoStmt(S->getGotoLoc(), S->getStarLoc(), in TransformIndirectGotoStmt()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Stmt.h | 2588 SourceLocation getGotoLoc() const { return GotoStmtBits.GotoLoc; } in getGotoLoc() function 2593 SourceLocation getBeginLoc() const { return getGotoLoc(); } in getBeginLoc() 2627 SourceLocation getGotoLoc() const { return GotoStmtBits.GotoLoc; } in getGotoLoc() function 2644 SourceLocation getBeginLoc() const { return getGotoLoc(); } in getBeginLoc()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | XRefs.cpp | 940 found(Goto, G->getGotoLoc()); in VisitGotoStmt() 1006 Result.push_back(GS->getGotoLoc()); in relatedControlFlow()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1238 SourceLocation getGotoLoc() const { return GotoLoc; } in getGotoLoc() function 1273 SourceLocation getGotoLoc() const { return GotoLoc; } in getGotoLoc() function
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 232 Record.AddSourceLocation(S->getGotoLoc()); in VisitGotoStmt() 239 Record.AddSourceLocation(S->getGotoLoc()); in VisitIndirectGotoStmt()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 191 Record.AddSourceLocation(S->getGotoLoc()); in VisitGotoStmt() 198 Record.AddSourceLocation(S->getGotoLoc()); in VisitIndirectGotoStmt()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 5120 SourceLocation ToGotoLoc = Importer.Import(S->getGotoLoc()); in VisitGotoStmt() 5127 SourceLocation ToGotoLoc = Importer.Import(S->getGotoLoc()); in VisitIndirectGotoStmt()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTImporter.cpp | 6232 auto ToGotoLoc = importChecked(Err, S->getGotoLoc()); in VisitGotoStmt() 6244 auto ToGotoLoc = importChecked(Err, S->getGotoLoc()); in VisitIndirectGotoStmt()
|