Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h7524 return getDerived().RebuildLabelStmt(S->getIdentLoc(), in TransformLabelStmt()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h1858 SourceLocation getIdentLoc() const { return LabelStmtBits.IdentLoc; } in getIdentLoc() function
1870 SourceLocation getBeginLoc() const { return getIdentLoc(); } in getBeginLoc()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp124 Record.AddSourceLocation(S->getIdentLoc()); in VisitLabelStmt()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp5022 return cxloc::translateSourceRange(Ctx, Label->getIdentLoc()); in clang_Cursor_getSpellingNameRange()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp6548 auto ToIdentLoc = importChecked(Err, S->getIdentLoc()); in VisitLabelStmt()