Home
last modified time | relevance | path

Searched defs:LabelStmt (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDClangForward.h78 class LabelStmt; variable
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenPGO.cpp113 LabelStmt = 1, enumerator
HDCodeGenFunction.h61 class LabelStmt; variable
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h798 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) in LabelStmt() function
806 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt() function
HDDecl.h38 class LabelStmt; variable
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h123 class LabelStmt; variable