Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DJumpDiagnostics.cpp863 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target) in DiagnoseIndirectOrAsmJumpStmt()
911 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target) in DiagnoseIndirectOrAsmJump()
H A DTreeTransform.h7413 return getDerived().RebuildLabelStmt(S->getIdentLoc(), in TransformLabelStmt()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp811 LS->getIdentLoc(), in refInStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h1846 SourceLocation getIdentLoc() const { return LabelStmtBits.IdentLoc; } in getIdentLoc() function
1858 SourceLocation getBeginLoc() const { return getIdentLoc(); } in getBeginLoc()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp124 Record.AddSourceLocation(S->getIdentLoc()); in VisitLabelStmt()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp4992 return cxloc::translateSourceRange(Ctx, Label->getIdentLoc()); in clang_Cursor_getSpellingNameRange()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6412 auto ToIdentLoc = importChecked(Err, S->getIdentLoc()); in VisitLabelStmt()