Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h62 class LabelDecl; variable
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h39 class LabelDecl; variable
DSVals.h40 class LabelDecl; variable
/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.cpp474 if (auto *LabelDecl = Goto->getLabel()) in add() local
478 if (auto *LabelDecl = Label->getDecl()) in add() local
/external/clang/include/clang/Sema/
DScopeInfo.h39 class LabelDecl; variable
/external/clang/unittests/AST/
DSourceLocationTest.cpp68 TEST(LabelDecl, Range) { in TEST() argument
/external/llvm-project/clang/unittests/AST/
DSourceLocationTest.cpp123 TEST(LabelDecl, Range) { in TEST() argument
/external/clang/lib/CodeGen/
DCodeGenFunction.h59 class LabelDecl; variable
/external/clang/include/clang/AST/
DStmt.h41 class LabelDecl; variable
DDecl.h434 LabelDecl(DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, in LabelDecl() function
/external/llvm-project/clang/include/clang/AST/
DDecl.h476 LabelDecl(DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, in LabelDecl() function
DStmt.h52 class LabelDecl; variable