Searched defs:GnuLabelLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaLookup.cpp3232 /// If GnuLabelLoc is a valid source location, then this is a definition
3236 SourceLocation GnuLabelLoc) {
3240 if (GnuLabelLoc.isValid()) {
3242 Res = LabelDecl::Create(Context, CurContext, Loc, II, GnuLabelLoc);
3235 LookupOrCreateLabel(IdentifierInfo *II, SourceLocation Loc, SourceLocation GnuLabelLoc) argument

Completed in 130 milliseconds