Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2587 SourceLocation CorrectLocation) { in CheckMisplacedCXX11Attribute() argument
2593 DiagnoseMisplacedCXX11Attribute(Attrs, CorrectLocation); in CheckMisplacedCXX11Attribute()
2596 SourceLocation CorrectLocation);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp1590 SourceLocation CorrectLocation) { in DiagnoseMisplacedCXX11Attribute() argument
1600 << FixItHint::CreateInsertionFromRange(CorrectLocation, AttrRange) in DiagnoseMisplacedCXX11Attribute()
1605 const SourceRange &Range, const SourceLocation CorrectLocation) { in DiagnoseProhibitedAttributes() argument
1606 if (CorrectLocation.isValid()) { in DiagnoseProhibitedAttributes()
1608 Diag(CorrectLocation, diag::err_attributes_misplaced) in DiagnoseProhibitedAttributes()
1609 << FixItHint::CreateInsertionFromRange(CorrectLocation, AttrRange) in DiagnoseProhibitedAttributes()