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

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

Completed in 60 milliseconds