Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp4092 SourceLocation GnuLabelLoc) { in LookupOrCreateLabel() argument
4096 if (GnuLabelLoc.isValid()) { in LookupOrCreateLabel()
4098 Res = LabelDecl::Create(Context, CurContext, Loc, II, GnuLabelLoc); in LookupOrCreateLabel()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4102 SourceLocation GnuLabelLoc = SourceLocation());