Home
last modified time | relevance | path

Searched defs:LabelDecl (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h61 class LabelDecl; variable
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h39 class LabelDecl; variable
H A DCoreEngine.h39 class LabelDecl; variable
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp294 if (auto *LabelDecl = Goto->getLabel()) in add() local
298 if (auto *LabelDecl = Label->getDecl()) in add() local
/llvm-project-15.0.7/clang/unittests/AST/
H A DSourceLocationTest.cpp123 TEST(LabelDecl, Range) { in TEST() argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h504 LabelDecl(DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, in LabelDecl() function
H A DStmt.h54 class LabelDecl; variable