Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp793 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target); in DiagnoseIndirectJumpStmt()
839 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target); in DiagnoseIndirectJump()
H A DTreeTransform.h6620 return getDerived().RebuildLabelStmt(S->getIdentLoc(), in TransformLabelStmt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1607 SourceLocation getIdentLoc() const { return LabelStmtBits.IdentLoc; } in getIdentLoc() function
1619 SourceLocation getBeginLoc() const { return getIdentLoc(); } in getBeginLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp119 Record.AddSourceLocation(S->getIdentLoc()); in VisitLabelStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp5688 auto Imp = importSeq(S->getIdentLoc(), S->getDecl(), S->getSubStmt()); in VisitLabelStmt()