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

References

tools/clang/lib/Parse/ParseExprCXX.cpp
 1319     MaybeParseGNUAttributes(Attr, &DeclEndLoc);
 1323     MaybeParseMicrosoftDeclSpecs(Attr, &DeclEndLoc);
 1331                                    ConstevalLoc, DeclEndLoc);
 1350       DeclEndLoc = ESpecRange.getEnd();
 1353     MaybeParseCXX11Attributes(Attr, &DeclEndLoc);
 1355     SourceLocation FunLocalRangeEnd = DeclEndLoc;
 1364         DeclEndLoc = Range.getEnd();
 1384                   std::move(Attr), DeclEndLoc);