reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaType.cpp
 3247       !S.CurContext->isFunctionOrMethod() ||
 3259   S.Diag(DeclType.Loc,
 3270     FullSourceLoc Comma(D.getCommaLoc(), S.SourceMgr);
 3271     FullSourceLoc Name(D.getIdentifierLoc(), S.SourceMgr);
 3274       LookupResult Result(S, D.getIdentifier(), SourceLocation(),
 3276       if (S.LookupName(Result, S.getCurScope()))
 3276       if (S.LookupName(Result, S.getCurScope()))
 3277         S.Diag(D.getCommaLoc(), diag::note_empty_parens_function_call)
 3290     SourceLocation E = S.getLocForEndOfToken(Range.getEnd());
 3293     S.Diag(B, diag::note_additional_parens_for_variable_declaration)
 3308       S.Diag(DeclType.Loc, diag::note_empty_parens_default_ctor)
 3312           S.getFixItZeroInitializerForType(RT, ParenRange.getBegin());
 3313       if (Init.empty() && S.LangOpts.CPlusPlus11)
 3316         S.Diag(DeclType.Loc, diag::note_empty_parens_zero_initialize)