Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DSourceLocationTest.cpp68 TEST(LabelDecl, Range) { in TEST() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h38 class LabelDecl; variable
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h56 class LabelDecl; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h40 class LabelDecl; variable
H A DDecl.h321 LabelDecl(DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, in LabelDecl() function