Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp4403 SourceLocation GnuLabelLoc) { in LookupOrCreateLabel() argument
4407 if (GnuLabelLoc.isValid()) { in LookupOrCreateLabel()
4409 Res = LabelDecl::Create(Context, CurContext, Loc, II, GnuLabelLoc); in LookupOrCreateLabel()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4351 SourceLocation GnuLabelLoc = SourceLocation());