Searched refs:LabelDecl (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp63 void VisitLabelDecl(LabelDecl *LD);
1230 void ASTDeclWriter::VisitLabelDecl(LabelDecl *D) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3818 LabelDecl *LookupOrCreateLabel(IdentifierInfo *II, SourceLocation IdentLoc,
4361 StmtResult ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl,
4434 LabelDecl *TheDecl);
4501 LabelDecl *GetOrCreateMSAsmLabel(StringRef ExternalLabelName,
5173 LabelDecl *TheDecl);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1796 llvm::BlockAddress *CodeGenFunction::GetAddrOfLabel(const LabelDecl *L) {
H A DCGDebugInfo.cpp4273 void CGDebugInfo::EmitLabel(const LabelDecl *D, CGBuilderTy &Builder) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h369 extern const internal::VariadicDynCastAllOfMatcher<Decl, LabelDecl> labelDecl;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1302 StmtResult RebuildLabelStmt(SourceLocation IdentLoc, LabelDecl *L,
1384 LabelDecl *Label) {
2685 SourceLocation LabelLoc, LabelDecl *Label) {
7191 cast<LabelDecl>(LD), SourceLocation(),
7425 cast<LabelDecl>(LD));
10980 cast<LabelDecl>(LD));
H A DSemaTemplateInstantiate.cpp3621 assert(isa<LabelDecl>(D) && "declaration not instantiated in this scope");
H A DSemaExpr.cpp14647 LabelDecl *TheDecl) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp492 ExpectedDecl VisitLabelDecl(LabelDecl *D);
2540 ExpectedDecl ASTNodeImporter::VisitLabelDecl(LabelDecl *D) {
2553 LabelDecl *ToLabel;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1450 LabelDecl *LD = Actions.LookupOrCreateLabel(Tok.getIdentifierInfo(),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1505 DEF_TRAVERSE_DECL(LabelDecl, {// There is no code in a LabelDecl.
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2270 const LabelDecl *L = LV->getLabel();

Completed in 407 milliseconds

12