Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp864 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target) in DiagnoseIndirectOrAsmJumpStmt()
912 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target) in DiagnoseIndirectOrAsmJump()
H A DTreeTransform.h7649 return getDerived().RebuildLabelStmt(S->getIdentLoc(), in TransformLabelStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2044 SourceLocation getIdentLoc() const { return LabelStmtBits.IdentLoc; } in getIdentLoc() function
2056 SourceLocation getBeginLoc() const { return getIdentLoc(); } in getBeginLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp187 Record.AddSourceLocation(S->getIdentLoc()); in VisitLabelStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6797 auto ToIdentLoc = importChecked(Err, S->getIdentLoc()); in VisitLabelStmt()