Searched refs:getConstSpecLoc (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h548 SourceLocation getConstSpecLoc() const { return TQ_constLoc; } function in class:clang::DeclSpec
1446 return MethodQualifiers->getConstSpecLoc();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp787 for (QualLoc Qual : {QualLoc(DeclSpec::TQ_const, DS.getConstSpecLoc()),
1813 S.Diag(DS.getConstSpecLoc(), diag::ext_duplicate_declspec)
3180 D.getDeclSpec().getConstSpecLoc(),
H A DSemaDecl.cpp4799 Diag(DS.getConstSpecLoc(), DiagID) << "const";
4801 Diag(DS.getConstSpecLoc(), DiagID) << "volatile";
5047 Diag(DS.getConstSpecLoc(), diag::ext_anonymous_struct_union_qualified)
5049 << FixItHint::CreateRemoval(DS.getConstSpecLoc());
H A DSemaDeclCXX.cpp10280 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(),
10455 D.getDeclSpec().getConstSpecLoc(),
10804 Diagnoser.check(DS.getConstSpecLoc(), "const");
16411 Diag(DS.getConstSpecLoc(), diag::err_friend_decl_spec) << "const";
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp5804 DS.getTypeQualifiers(), Loc, DS.getConstSpecLoc(),
5833 Diag(DS.getConstSpecLoc(),

Completed in 468 milliseconds