Home
last modified time | relevance | path

Searched refs:GnuLabelLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp4086 SourceLocation GnuLabelLoc) { in LookupOrCreateLabel() argument
4090 if (GnuLabelLoc.isValid()) { in LookupOrCreateLabel()
4092 Res = LabelDecl::Create(Context, CurContext, Loc, II, GnuLabelLoc); in LookupOrCreateLabel()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h3646 SourceLocation GnuLabelLoc = SourceLocation());