Home
last modified time | relevance | path

Searched refs:LabelStmt (Results 26 – 50 of 713) sorted by relevance

12345678910>>...29

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/tools/libclang/
H A DCXCursor.h31 class LabelStmt; variable
207 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/libclang/
H A DCXCursor.h31 class LabelStmt; variable
210 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
215 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/libclang/
H A DCXCursor.h31 class LabelStmt; variable
210 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
215 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/tools/libclang/
H A DCXCursor.h31 class LabelStmt; variable
207 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/tools/libclang/
H A DCXCursor.h31 class LabelStmt; variable
207 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/tools/libclang/
H A DCXCursor.h31 class LabelStmt; variable
207 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
/dports/lang/clang-mesa/clang-13.0.1.src/tools/libclang/
H A DCXCursor.h31 class LabelStmt; variable
207 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/tools/libclang/
H A DCXCursor.h31 class LabelStmt; variable
207 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/tools/libclang/
H A DCXCursor.h31 class LabelStmt; variable
207 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/libclang/
H A DCXCursor.h32 class LabelStmt; variable
211 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
216 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/libclang/
H A DCXCursor.h32 class LabelStmt;
211 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
216 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dburiedassign.cxx154 if (isa<CaseStmt>(parent) || isa<DefaultStmt>(parent) || isa<LabelStmt>(parent) in checkExpr()
164 if (isa<CaseStmt>(parent) || isa<DefaultStmt>(parent) || isa<LabelStmt>(parent)) in checkExpr()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/unittests/AST/
H A DSourceLocationTest.cpp60 class LabelDeclRangeVerifier : public RangeVerifier<LabelStmt> {
62 SourceRange getRange(const LabelStmt &Node) override { in getRange()
73 TEST(LabelStmt, Range) { in TEST() argument
74 RangeVerifier<LabelStmt> Verifier; in TEST()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/unittests/AST/
H A DSourceLocationTest.cpp61 class LabelDeclRangeVerifier : public RangeVerifier<LabelStmt> {
63 SourceRange getRange(const LabelStmt &Node) override { in getRange()
74 TEST(LabelStmt, Range) { in TEST() argument
75 RangeVerifier<LabelStmt> Verifier; in TEST()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/unittests/AST/
H A DSourceLocationTest.cpp61 class LabelDeclRangeVerifier : public RangeVerifier<LabelStmt> {
63 SourceRange getRange(const LabelStmt &Node) override { in getRange()
74 TEST(LabelStmt, Range) { in TEST() argument
75 RangeVerifier<LabelStmt> Verifier; in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DJumpDiagnostics.cpp637 else if (LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
974 assert(isa<LabelStmt>(To)); in CheckJump()
975 LabelStmt *Label = cast<LabelStmt>(To); in CheckJump()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DJumpDiagnostics.cpp631 else if (LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
968 assert(isa<LabelStmt>(To)); in CheckJump()
969 LabelStmt *Label = cast<LabelStmt>(To); in CheckJump()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DJumpDiagnostics.cpp631 else if (LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
968 assert(isa<LabelStmt>(To)); in CheckJump()
969 LabelStmt *Label = cast<LabelStmt>(To); in CheckJump()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp631 else if (LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
968 assert(isa<LabelStmt>(To)); in CheckJump()
969 LabelStmt *Label = cast<LabelStmt>(To); in CheckJump()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DJumpDiagnostics.cpp631 else if (LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
968 assert(isa<LabelStmt>(To)); in CheckJump()
969 LabelStmt *Label = cast<LabelStmt>(To); in CheckJump()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DJumpDiagnostics.cpp631 else if (LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
968 assert(isa<LabelStmt>(To)); in CheckJump()
969 LabelStmt *Label = cast<LabelStmt>(To); in CheckJump()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/unittests/AST/
H A DSourceLocationTest.cpp60 class LabelDeclRangeVerifier : public RangeVerifier<LabelStmt> {
62 SourceRange getRange(const LabelStmt &Node) override { in getRange()
73 TEST(LabelStmt, Range) { in TEST() argument
74 RangeVerifier<LabelStmt> Verifier; in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/unittests/AST/
H A DSourceLocationTest.cpp60 class LabelDeclRangeVerifier : public RangeVerifier<LabelStmt> {
62 SourceRange getRange(const LabelStmt &Node) override { in getRange()
73 TEST(LabelStmt, Range) { in TEST() argument
74 RangeVerifier<LabelStmt> Verifier; in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/AST/
H A DSourceLocationTest.cpp116 class LabelDeclRangeVerifier : public RangeVerifier<LabelStmt> {
118 SourceRange getRange(const LabelStmt &Node) override { in getRange()
129 TEST(LabelStmt, Range) { in TEST() argument
130 RangeVerifier<LabelStmt> Verifier; in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/AST/
H A DSourceLocationTest.cpp116 class LabelDeclRangeVerifier : public RangeVerifier<LabelStmt> {
118 SourceRange getRange(const LabelStmt &Node) override { in getRange()
129 TEST(LabelStmt, Range) { in TEST() argument
130 RangeVerifier<LabelStmt> Verifier; in TEST()

12345678910>>...29