Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp781 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target); in DiagnoseIndirectJumpStmt()
827 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target); in DiagnoseIndirectJump()
DTreeTransform.h6221 return getDerived().RebuildLabelStmt(S->getIdentLoc(), in TransformLabelStmt()
/external/llvm-project/clang/lib/Sema/
DJumpDiagnostics.cpp840 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target) in DiagnoseIndirectOrAsmJumpStmt()
888 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target) in DiagnoseIndirectOrAsmJump()
DTreeTransform.h7205 return getDerived().RebuildLabelStmt(S->getIdentLoc(), in TransformLabelStmt()
/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.cpp912 LS->getIdentLoc(), in refInStmt()
/external/llvm-project/clang/include/clang/AST/
DStmt.h1812 SourceLocation getIdentLoc() const { return LabelStmtBits.IdentLoc; } in getIdentLoc() function
1824 SourceLocation getBeginLoc() const { return getIdentLoc(); } in getBeginLoc()
/external/clang/include/clang/AST/
DStmt.h805 SourceLocation getIdentLoc() const { return IdentLoc; } in getIdentLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp116 Record.AddSourceLocation(S->getIdentLoc()); in VisitLabelStmt()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp120 Record.AddSourceLocation(S->getIdentLoc()); in VisitLabelStmt()
/external/clang/tools/libclang/
DCIndex.cpp4291 return cxloc::translateSourceRange(Ctx, Label->getIdentLoc()); in clang_Cursor_getSpellingNameRange()
/external/clang/lib/AST/
DASTImporter.cpp4946 SourceLocation ToIdentLoc = Importer.Import(S->getIdentLoc()); in VisitLabelStmt()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4755 return cxloc::translateSourceRange(Ctx, Label->getIdentLoc()); in clang_Cursor_getSpellingNameRange()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp6095 auto ToIdentLoc = importChecked(Err, S->getIdentLoc()); in VisitLabelStmt()