Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp858 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target) in DiagnoseIndirectOrAsmJumpStmt()
906 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target) in DiagnoseIndirectOrAsmJump()
H A DTreeTransform.h7313 return getDerived().RebuildLabelStmt(S->getIdentLoc(), in TransformLabelStmt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1813 SourceLocation getIdentLoc() const { return LabelStmtBits.IdentLoc; } in getIdentLoc() function
1825 SourceLocation getBeginLoc() const { return getIdentLoc(); } in getBeginLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp121 Record.AddSourceLocation(S->getIdentLoc()); in VisitLabelStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6301 auto ToIdentLoc = importChecked(Err, S->getIdentLoc()); in VisitLabelStmt()