Home
last modified time | relevance | path

Searched refs:getIdentLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDJumpDiagnostics.cpp873 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target) in DiagnoseIndirectOrAsmJumpStmt()
921 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target) in DiagnoseIndirectOrAsmJump()
HDTreeTransform.h7933 return getDerived().RebuildLabelStmt(S->getIdentLoc(), in TransformLabelStmt()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h2051 SourceLocation getIdentLoc() const { return LabelStmtBits.IdentLoc; } in getIdentLoc() function
2063 SourceLocation getBeginLoc() const { return getIdentLoc(); } in getBeginLoc()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp187 Record.AddSourceLocation(S->getIdentLoc()); in VisitLabelStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp6899 auto ToIdentLoc = importChecked(Err, S->getIdentLoc()); in VisitLabelStmt()