Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DStmt.h61 class LabelDecl; variable
[all...]
H A DDecl.h509 LabelDecl(DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, LabelDecl() function
/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h64 class LabelDecl; global() variable
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h41 class LabelDecl; global() variable
H A DCoreEngine.h40 class LabelDecl; variable
/llvm-project/clang-tools-extra/clangd/
H A DFindTarget.cpp298 if (auto *LabelDecl = Goto->getLabel()) in add() local
302 if (auto *LabelDecl = Label->getDecl()) in add() local
/llvm-project/clang/unittests/AST/
H A DSourceLocationTest.cpp127 TEST(LabelDecl, Range) { in TEST() argument