Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp4415 SourceLocation GnuLabelLoc) { in LookupOrCreateLabel() argument
4419 if (GnuLabelLoc.isValid()) { in LookupOrCreateLabel()
4421 Res = LabelDecl::Create(Context, CurContext, Loc, II, GnuLabelLoc); in LookupOrCreateLabel()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4471 SourceLocation GnuLabelLoc = SourceLocation());